https://github.com/lightquantumarchive/neo_baka_chat
A toy chat bot which uses a simple LSTM model to generate replies to inputs, refreshed.
https://github.com/lightquantumarchive/neo_baka_chat
Last synced: about 1 year ago
JSON representation
A toy chat bot which uses a simple LSTM model to generate replies to inputs, refreshed.
- Host: GitHub
- URL: https://github.com/lightquantumarchive/neo_baka_chat
- Owner: LightQuantumArchive
- License: mit
- Created: 2020-08-09T20:17:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T16:33:18.000Z (almost 6 years ago)
- Last Synced: 2025-03-26T22:43:00.946Z (about 1 year ago)
- Language: Python
- Size: 85 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Neo Baka Chat
> WIP
>
> This project is a complete rewrite of [Baka Chat](https://github.com/photonquantum/baka-chat), and is still incomplete.
A toy chat bot which uses a simple LSTM model and an S2S model to generate replies to inputs.
This project uses Aliyun OSS to store datasets and models.
## Built With
- [PyTorch](https://pytorch.org/) - An open source machine learning framework that accelerates the path from research prototyping to production deployment.
- [jieba](https://github.com/fxsjy/jieba) - Chinese text segmentation: built to be the best Python Chinese word segmentation module.
- [ftfy](https://github.com/LuminosoInsight/python-ftfy) - Fixes mojibake and other glitches in Unicode text, after the fact.
- [Starlette](https://www.starlette.io/) - A lightweight ASGI framework/toolkit, which is ideal for building high performance asyncio services.
- [Uvicorn](https://www.uvicorn.org/) - A lightning-fast ASGI server, built on uvloop and httptools.
- [Docker](https://www.docker.com/) - Securely build and share any application, anywhere.
- [Aliyun OSS Python SDK](https://github.com/aliyun/aliyun-oss-python-sdk) - Alibaba Cloud Object Storage Python SDK 2.x.
## License
This project is licensed under MIT License - see the [LICENSE.md](LICENSE.md) file for details.