Los Bahlos - GoMyCode Hackathon
generate quizzes from pdf course
Steps to get the project working:
create virtual enviornment:
pip install -r requirements.txt
install needed Sense2Vec:
!wget https://github.com/explosion/sense2vec/releases/download/v1.0.0/s2v_reddit_2015_md.tar.gz
!tar -xvf s2v_reddit_2015_md.tar.gz
install node packages in frontend folder:
npm install -g @angular/cli
- los_bahlos.py --- contains the NLP pipeline
- api.py --- contains fastapi implementation
- handling_pdf/pdf_operations.py pdf service
- generate_json.py uses both los_bahlos.py and pdf_operations.py to generate json result