A python library to help you create chatbots easily with some more configurations
Project description
Textbase
✨ Textbase is a framework for building chatbots using NLP and ML. ✨
Just implement the on_message
function in main.py
and Textbase will take care of the rest :)
Since it is just Python you can use whatever models, libraries, vector databases and APIs you want.
Coming soon:
- PyPI package
- SMS integration
- Easy web deployment via
textbase deploy
- Native integration of other models (Claude, Llama, ...)
Installation
Clone the repository and install the dependencies using Poetry (you might have to install Poetry first).
git clone https://github.com/cofactoryai/textbase
cd textbase
poetry shell
poetry install
Start development server
If you're using the default template, remember to set the OpenAI API key in
main.py
.
Run the following command:
poetry run python textbase/textbase_cli.py test main.py
Now go to http://localhost:4000 and start chatting with your bot! The bot will automatically reload when you change the code.
Simpler version using PyPI package and CLI coming soon!
Contributions
Contributions are welcome! Please open an issue or a pull request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for textbase_client-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3913100582472a8090598cc997bda7a7a765b06d322b04acc26720548010e559 |
|
MD5 | 98c76e793a4c8e4395ff6b12914a0ca0 |
|
BLAKE2b-256 | fc7e39a8ebe02ffbc23bdbd5d07e98ac7e305b21f5595b5425fec3090a8e5ac1 |