An open API service indexing awesome lists of open source software.

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.

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.