Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 486 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 486 Bytes

ELC Project work

NLP based project which features Text Summarization, Question Answering (Theoretical) and Question answering (Statiscal) For COVID-19.

The app is built through streamlit and currently is locally hosted...

To Run app

  1. Install Streamlit -! pip install streamlit
  2. Install Pytorch and Pytorch Scatter
  3. Install Transformers -v4.1.1 - pip install transformers==4.1.1

after installing following dependancies run the app by : -! streamlit run app.py

#ENJOY!!!