Make sure you have Git & Python Installed
git clone https://github.com/coding-chatbot/coding-chatbot.gitIf you do not have Ollama installed you can install it here: Ollama Downlaod
# python -m venv .venv # Uncomment if running locally
# source .venv/bin/activate # Uncomment if running locallyUncomment by highlighting them and pressing CTRL (CMD on Mac) \
This will create a virtual environment to download all the Python dependencies.
cd coding-chatbot
chmod +x on_start.sh
./on_start.shpython gradio_app.pyThe url should be http://127.0.0.1:7860
