- Integrate the Github repository with the created workspace
- Open the workspace, Go the directory where app.py file is present with the help terminal present in workspace
- Install all the depedencies using requirements.txt file using the following command -- python -m pip install -r requirements.txt
- Install flask using 'pip install flask' and Run the following command to generate the link of 'UI' eg: http://127.0.0.1:5000
- Copy this link and paste on browser.
- pip install transformers
- pip install wikipedia
- pip install torch
- pip install pandas
- pip install numpy
- All the files are present in Final_Project_Deliverables folder
- Inside the Final Project Deliverables folder
- Proposal file -- Group_33_Proposal.pdf
- Final Report -- Report_Grp_33.pdf
- PPT -- IR_Project_Final_Grp_33
- Code -- IR_Project_Final
- UI -- wikipedia_ui