Skip to content

williambrach/llm-reviewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage local

Create env

conda create -n reviewer python=3.12

Acitvate env

conda activate reviewer

Install requirements

pip install -r requirements.txt

Run

gradio app.py

Open the Web Browser and Upload Your Paper

Open http://0.0.0.0:7799 and upload your paper + enter OpenAI API key . The feedback will be generated in around ~120 seconds.

You should get the following output:

If you encounter any error, please first check the server log and then open an issue.

Usage Docker

sudo docker build -t llm-reviewer .
sudo docker images
sudo docker run -d -p 7799:7799 llm-reviewer

Nginx

sudo vim /etc/nginx/sites-enabled/llmreview
sudo systemctl reload nginx
sudo systemctl restart nginx

About

GUI for LLM to act as scientific paper reviewer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.0%
  • Dockerfile 2.0%