Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 361 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 361 Bytes

Installation

  1. pip install -r requirements.txt
  2. python -m spacy download en_core_web_lg
  3. python -m spacy download en_core_web_sm

Frontend

  1. cd frontend_2
  2. npm i
  3. npm start

Open frontend/index.html in a browser


run flask, go to http://localhost:5000

Backend

In the backend folder, run python -m flask run