Skip to content

rcurinz/quiz_wizzard_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TransQuest Backend

A Natural Language Processing web with Hugging Face Transformers

Technologies involved 👩‍💻

Git
Python
Flask
*XAMPP
  • You must create a DB wich should be linked in config.py as :
# DATABASE
# MySQL
#SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://root:<PASSWORD>@localhost/<YOUR DB>?charset=utf8mb4'
SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://root:@localhost/<YOUR DB>?charset=utf8mb4'

Replacing for your DB name.

RUN PROJECT

  • For this proyects you will need the following librarys
   pip install transformers
   pip install tokenizer
   pip install deep_translator
   pip install Flask
   pip install Flask-SQLAlchemy
   pip install Hashids
   pip install pymysql
   pip install -U flask-cors
   pip install PYPDF2
   pip install python-docx
   pip install git+https://github.com/PrithivirajDamodaran/Parrot_Paraphraser.git 
  Set-ExecutionPolicy Unrestricted

EXECUTION

Once you had all the items above ready just run the run.py and you're ready

Authors ✒️

Developer

  • René Curin - developer - rcurinz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •