Skip to content

✨ Textbase is a simple framework for building AI chatbots. ✨

Notifications You must be signed in to change notification settings

Amogh-Nivaskar/textbase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roadmap Generation Chatbot based on Textbase

It is a chatbot which generates roadmaps for any new piece of technology anyone wants to learn. It is connected to an external server hosted on render.com whos repo is at - https://github.com/Amogh-Nivaskar/roadmap-chatbot-server

Link of video demonstration on YouTube - https://www.youtube.com/watch?v=LoKx7v7MtDg

Try it out at - https://bot.textbase.ai/amoghpnivas/roadmap-chatbot-v8

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

Response:

Path to the main.py file: main.py #Type main.py here

Now go to the link which is shown on the CLI and you will be able to chat with your bot!

Simpler version using PyPI package and CLI coming soon!

Contributions

Contributions are welcome! Please open an issue or a pull request.

About

✨ Textbase is a simple framework for building AI chatbots. ✨

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%