Skip to content

Rayching/paraphsing-websystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paraphsing-websystem

線上英文文章改寫系統

此專案調整parrot並且把它線上化,想要看效果的時候有個介面,比較方便

Quick Start

  1. fork the repositories

    git clone https://github.com/Rayching/paraphsing-websystem.git
  2. run the app.py

    uvicorn app:app --reload

Development

  • 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

File Description

.
├── requirements.txt 
├── app.py  // 由此程式啟動其他
├── static\js
│   └── para.js
└── templates
    └── para.html 

Result

Result

Acknowledgement

This theme is an extened work based on PrithivirajDamodaran/Parrot_Paraphraser

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published