Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hlf20010508/ai-story
中文文章续写系统
https://github.com/hlf20010508/ai-story
Last synced: about 5 hours ago
JSON representation
中文文章续写系统
- Host: GitHub
- URL: https://github.com/hlf20010508/ai-story
- Owner: hlf20010508
- License: mit
- Created: 2022-09-09T13:18:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T09:44:12.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T23:24:16.041Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.68 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ai-story
> 中文文章续写系统## 界面展示
![](https://user-images.githubusercontent.com/76218469/190095043-63e4c8e5-5dc1-49a3-a200-a710e3a8c5bd.png)## 下载模型
```sh
bash model.sh
```## 安装环境
```sh
pipenv sync
```## 运行
```py
pipenv run python app.py
```