Skip to content

DSMLIUI/coding-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's Build A Coding Chatbot

How To Run The Chatbot

Make sure you have Git & Python Installed

1. Clone the Repository

git clone https://github.com/coding-chatbot/coding-chatbot.git

1.5 (If running locally & not on Linux make sure you have Ollama Installed)

If you do not have Ollama installed you can install it here: Ollama Downlaod

2. Run on_start.sh

Uncomment these lines from on_start.sh if running locally and save it:

# python -m venv .venv # Uncomment if running locally
# source .venv/bin/activate # Uncomment if running locally

Uncomment 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.sh

3. Run Gradio

python gradio_app.py

4. Open the URL in your browser

The url should be http://127.0.0.1:7860

Example Display

Example Display

Tools Used

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published