線上英文文章改寫系統
此專案調整parrot並且把它線上化,想要看效果的時候有個介面,比較方便
-
fork the repositories
git clone https://github.com/Rayching/paraphsing-websystem.git
-
run the app.py
uvicorn app:app --reload
- Setup virtual environment
python -m venv your-awesome-venv-name
source your-awesome-venv-name/bin/activate
pip install -r requirements.txt
- Start Dev Server
uvicorn app:app --reload
.
├── requirements.txt
├── app.py // 由此程式啟動其他
├── static\js
│ └── para.js
└── templates
└── para.html
This theme is an extened work based on PrithivirajDamodaran/Parrot_Paraphraser