DevBM/QGen
Change the input type for radio button to Upload Document instead of Upload PDF
Add get_text_from_document function for extracting text from any document type
Use function for extracting text from any document(doc,docx,text,ppt,pptx,latex,html,pdf) instead of just pdf
Add lxml, python-docx, python-pptx, pypandoc, beautifulsoup4 libraries
Remove enhanced_ner_entities while returning the keywords
Reverting to updated app.py(only enhanced ner function is not working that is commented)
Remove en_core_web_trf from requirements.txt
Comment out added enhanced_ner part
Update requirements.txt
Reverting to Jul19 Commit
Update requirements.txt
Changing space version
Update spacy>=3.7.2,<3.8.0
Update spacy==3.7.1
Update spacy>=3.0.0,<4.0.0
Add cython>=0.29.36, spacy==3.7.2, wheel>=0.40.0
Add en_core_web_trf model
Add nltk.download while importing libraries
Add versions with library
add pip>=24.2 setuptools>=65.5.0 wheel>=0.38.0 libraries
Update requirements.txt
Update requirements.txt
Upload files for modules/functions (#5)
Update app into modularized components (#4)
adding the feature of fill in the blank type of questions
Using gliner for keyword extraction (#3)
Adding Gliner
updating feedback section
Update README.md
Update README.md
Update README.md
Update app.py
Delete .env
Delete vectors
added email req. library
added email mechanism (#1)
reversing last update
using llama3 for options generation
Upload .env
using llama3 for option generation
Adding en_core_web_lg
adding exception handling, updating feedback data to take context, options
improving batch processing for better performance
Update requirements.txt
Update app.py
Update app.py
Update app.py
fixing issues with session_id states, adding visualizations
using session_id for all different users
adding the options to choose between input text and upload pdf
