Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 472 Bytes

File metadata and controls

20 lines (15 loc) · 472 Bytes

LectureQAapp

Web interface for LectureQA To run the server on localhost:

python run_app.py

Then https://127.0.0.1:5000

The program is tested on a development server. Please follow the steps to run on a production WSGI server. https://flask.palletsprojects.com/en/1.1.x/deploying/

Necessary libraries:

  1. Python 3.6.8
  2. Flask 1.1.2: flask-login, flask-sqlalchemy

The folders: static : contains subtitles templates: contains html pages