A Natural Language Processing web with Hugging Face Transformers
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.
- 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
- We recommend you to follow the installation guide for Parrot provided in https://github.com/PrithivirajDamodaran/Parrot_Paraphraser#install
- You also want to edit your security policies with
Set-ExecutionPolicy Unrestricted
Once you had all the items above ready just run the run.py and you're ready
Developer
- René Curin - developer - rcurinz