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

How to operate the 'sciencebeam_parser .service'? #21

Open RickDuan123 opened 10 months ago

RickDuan123 commented 10 months ago

I've installed the environment 'ScienceBeam' correctly and activated it. Then I run the code 'python -m sciencebeam_parser .service.server --port=8080', but it reported that '/usr/bin/python: No module named sciencebeam_parser .service'. When use the code 'conda list', I found no any package in this env. Does anybody kown what's the matter?

Remixa-python commented 7 months ago

This command "python -m xxxxxx" must be run from the "LLM-scientific-feedback" directory, otherwise you will get this error.