Completed as a part of Mini Project course at PES University. Takes a unique identifier such as DOI number for a paper and produces results to gauge the impact. The Impact Factor Metric is used to compare papers.
- Ananya Uppal
- Maitreyi P.
- Install virtualenv using the pip command.
- Create a virtualenv called my_env using command
virtualenv my_env
- Finally run
my_env\Scripts\activate
to use the virtualenv. - Install requirements using
pip install -r requirements.txt
- Move to the correct directory and run the command
streamlit run project.py
- Use one of the sample DOI's provided to view results.