CoolFace
Apppublic

DevBM/QGen

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
5likes
50 commits on main
9e3a2362y ago

Change the input type for radio button to Upload Document instead of Upload PDF

DevBM
b4c86a62y ago

Add get_text_from_document function for extracting text from any document type

DevBM
61e6e502y ago

Use function for extracting text from any document(doc,docx,text,ppt,pptx,latex,html,pdf) instead of just pdf

DevBM
26c67602y ago

Add lxml, python-docx, python-pptx, pypandoc, beautifulsoup4 libraries

DevBM
c9ff03b2y ago

Remove enhanced_ner_entities while returning the keywords

DevBM
ac0aab42y ago

Reverting to updated app.py(only enhanced ner function is not working that is commented)

DevBM
d90ce6c2y ago

Remove en_core_web_trf from requirements.txt

DevBM
7557bc52y ago

Comment out added enhanced_ner part

DevBM
9a316092y ago

Update requirements.txt

DevBM
e84f6482y ago

Reverting to Jul19 Commit

DevBM
240f2d42y ago

Update requirements.txt

DevBM
549d1042y ago

Changing space version

DevBM
86deebc2y ago

Update spacy>=3.7.2,<3.8.0

DevBM
7539ba32y ago

Update spacy==3.7.1

DevBM
4419d042y ago

Update spacy>=3.0.0,<4.0.0

DevBM
97bae072y ago

Add cython>=0.29.36, spacy==3.7.2, wheel>=0.40.0

DevBM
b20c00e2y ago

Add en_core_web_trf model

DevBM
729f93e2y ago

Add nltk.download while importing libraries

DevBM
903bbbe2y ago

Add versions with library

DevBM
363f9d92y ago

add pip>=24.2 setuptools>=65.5.0 wheel>=0.38.0 libraries

DevBM
2c577712y ago

Update requirements.txt

DevBM
44087f22y ago

Update requirements.txt

DevBM
f7842f62y ago

Upload files for modules/functions (#5)

DevBM, AneriThakkar
03f344d2y ago

Update app into modularized components (#4)

DevBM, AneriThakkar
90f21b42y ago

adding the feature of fill in the blank type of questions

DevBM
60121a22y ago

Using gliner for keyword extraction (#3)

DevBM, AneriThakkar
1b74db62y ago

Adding Gliner

DevBM
3b564292y ago

updating feedback section

DevBM
fd825ab2y ago

Update README.md

DevBM
e2061122y ago

Update README.md

DevBM
d0cdddc2y ago

Update README.md

DevBM
baeb5c62y ago

Update app.py

DevBM
b99365e2y ago

Delete .env

DevBM
5bf53772y ago

Delete vectors

DevBM
0003def2y ago

added email req. library

DevBM
472f4fa2y ago

added email mechanism (#1)

DevBM, AneriThakkar
dbb2b742y ago

reversing last update

DevBM
26381d02y ago

using llama3 for options generation

DevBM
2be4c282y ago

Upload .env

DevBM
b38adec2y ago

using llama3 for option generation

DevBM
f174f612y ago

Adding en_core_web_lg

DevBM
366078f2y ago

adding exception handling, updating feedback data to take context, options

DevBM
a563a422y ago

improving batch processing for better performance

DevBM
c1799d42y ago

Update requirements.txt

DevBM
39da3322y ago

Update app.py

DevBM
9e75c6e2y ago

Update app.py

DevBM
65b7df92y ago

Update app.py

DevBM
74406b72y ago

fixing issues with session_id states, adding visualizations

DevBM
5fde50b2y ago

using session_id for all different users

DevBM
e0e7fd62y ago

adding the options to choose between input text and upload pdf

DevBM