An AI-powered novelty reviewer to faciliate the process of novelty detection in scientific papers.
Just go to the web folder and run the following commands:
cd web
npm install
npx vite
Then open your browser and go to http://localhost:5173
or other URL suggested by vite
.
In fact, we don't have a real backend yet. All requests can be directly sent to other web services.
The translate, llama model, and other services can be started separately. Please refer to the README in the api-server
folder.
- Fixed selection color bug
- Updated style of hovering
- Add setting for translation service
- Add conclusion translation
- Add "temperature slider" for AI model
- Add "system role" prompt for AI model
- Add try-catch for importing JSON config
- Fixed light mode bg color
- Updated colors
- Updated filter search box
- Added close button for setting panel
- Added tooltip for save button
- Fixed AI helper layout bug
- Fixed translation error message bug
- Updated dark mode for night reading
- Updated AI model selection
- Fixed footer text
- Updated visual layout
- Updated default openai model
- Add new template for loading taxonomy
- Add dependency for loading prompt
- Fixed layout
- Fixed import loading issue
- Add basic functions