Weixin-Liang / LLM-scientific-feedback

Can large language models provide useful feedback on research papers? A large-scale empirical analysis.
Creative Commons Attribution 4.0 International
489 stars 49 forks source link

Missing requirements.txt #2

Closed abhiksingla closed 11 months ago

abhiksingla commented 11 months ago

requirements.txt is missing

hiyin commented 11 months ago

The should contain: gradio pikepdf openai tiktoken

these 4 packages.

You can create your own requirements.txt or just pip install them one by one. Indeed the requirements.txt is missing from the repository but we can somehow guess from the main.py what is required.

yuhui-zh15 commented 11 months ago

Thanks @hiyin! We added it now