Spaces:
Running
Running
File size: 1,045 Bytes
7a2c0ff f167b10 7a2c0ff f167b10 6829958 f167b10 9ac5adf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
title: Writing Comrade
emoji: ✒️
colorFrom: yellow
colorTo: green
sdk: gradio
sdk_version: 3.19.1
app_file: app.py
pinned: true
license: apache-2.0
---
# ✒️ Writing Partner
ChatGPT as a writing partner.
🔥 We have a demo on https://huggingface.co/spaces/Spico/writing-comrade . Check it out!
## 🚀 QuickStart
```bash
$ git clone https://github.com/Spico197/writing-comrade
$ cd writing-comrade
$ pip install -r requirements.txt
$ python app.py
```
## ⚔️🥊Abilities
- Completion (文本补全): Let the model complete a story, or any texts
- Correction (文本纠错): Correcting grammar errors
- Polishing (文本润色): Polishing texts
- Paraphrase (文本改写): Text rewriting
- Translation (机器翻译,需要提供目标语言): Text translation to target language
- Freestyle (直接调用ChatGPT): This will call raw ChatGPT API without leading instruction prefixes, so you may want to use it as you've done on [the official ChatGPT website](https://chat.openai.com/)
|