Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.03 KB

CSE508_Winter2023_33_Project

Create a workspace in GitPod

  1. Integrate the Github repository with the created workspace
  2. Open the workspace, Go the directory where app.py file is present with the help terminal present in workspace
  3. Install all the depedencies using requirements.txt file using the following command -- python -m pip install -r requirements.txt
  4. Install flask using 'pip install flask' and Run the following command to generate the link of 'UI' eg: http://127.0.0.1:5000
  5. Copy this link and paste on browser.

Important Libraries Used

  1. pip install transformers
  2. pip install wikipedia
  3. pip install torch
  4. pip install pandas
  5. pip install numpy

Final Project Deliverables

  1. All the files are present in Final_Project_Deliverables folder
  2. 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