Our work for INT3406 - Natural Language Processing final assignment
- Create conda environment with python 3.9.
- Install required libraries by using this command:
pip install -r requirements.txt
- Download pretrained model and raw data from link.
- To run the demo, use
streamlit run app.py.