AI conversational assistants running locally on your machine.
-
Install Ollama: https://github.com/ollama/ollama
-
Install dependencies:
pip install gradio ollama
- Clone the repository:
git clone https://github.com/pme0/chatty-bot.git
cd chatty-bot
- Initialise Ollama:
ollama serve
- Start the applications:
./chat
This will give you a URL http://http://0.0.0.0:5555
, click it to open the application on the browser.