Skip to main content
← Projects

Chatbot 1

A small first chatbot: replies driven by a JSON file rather than a model. Kept here as an early public experiment.

Source: github.com/sarweshsoman/chatbot_1.

What it does

Loads canned responses from JSON and matches user input against those entries. Simple on purpose — a starting point, not a product.

How to run

Clone the repo and run the Python entrypoint in the project root (see the repository files for the exact script name). Needs a local Python install and the bundled JSON data file.