- Clone the project
- Run
local_setup.sh
- Run
local_run.sh
Provide a valid Google Gemini API key. It will start the app in the development enviroment. Get you Gemini API key here for free..
application
stores all the application logic.db_directory
stores the sqlite database file.local_data
- stores the Transcript files of the video lectures inpdf
format.static
- stores all thecss
andjavascripts
files.templates
- stores thehtml
file.api.yaml
- stores the the api design.loca_setup.sh
set up the virtualenv inside a local.env
folder.local_run.sh
Used to run the flask application in development mode.