writing-comrade / README.md
Spico's picture
update emoji
6829958
---
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/)