LIME is a Literature Note Manager systEm based on neo4j dataset that allows researchers and students to manager their literatures and notebook in local and visualize the relation between different notebooks and literatures.Using this manager, the user find the location of literature and notebooks in their computer no longer troubled by too many and messy literature
.
git clone https://github.com/Jerrister/CS3321_v2.git
- download and open Neo4j Desktop
- create the project, Name:
limelime, Password:limelime - add files:
neo4j.dumpinto Neo4j Desktop - import
neo4j.dumpinto projectlimelime, renamemylime
-
check the file
lime_v1\src\services\neo4jService.jsconst URI = 'bolt://localhost:7687'; const USER = 'limelime'; const PASSWORD = 'limelime'; // in the beiginning of codeconst session = driver.session({ database: 'mylime' }); // in the line 22
-
open a terminal , run:
cd .\lime_v1 npm start -
open another terminal , run:
python .\lime_v1\src\python_utils\PythonService.py
-
we use the LLM API from Tongyi Qianwen
-
Get the key follow authentic doc
-
set the configuration in
lime_v1\src\python_utils\LLM.pydashscope.api_key=" × × × × × ×"
- ⚡Sleek
- 👆 Highly Interactive
- 😊 User-Friendly
-
📔 literature table ; tag tree ; paper literature column; page
🔍 sort ; domain search ; interval search
-
📁 multi-way importer
Import from arxiv Import from file folder Import manually 


-
💹 delete \ edit
-
📻 visualization
- 🔗 Connection Web
- 🤖 LLM analyzer








