This repo is accompanying "Do Your Own Local ChatGPT using Ollama" video in Concepts in Tamil YT Channel
Viz developed this chat bot to help the learners understand how one can develop GenAI apps easily with Ollama, Python & Streamlit.
pip install localchatgpt
pip install -U localchatgpt
(.venv) cத /tmp/test/ localchatgpt start
localchatgpt Started.. browse http://localhost:8501 and start whispering to localchatgpt
Instructions for stopping localchatgpt :
1) You can either press CTRL+C here
Or
2) Use a seperate terminal and type `localchatgpt stop`