Projects
A selection of personal projects and tasks I want to document. This space is more for me: a record of the kinds of problems I like to solve and the stack I use to do it.
A selection of personal projects and tasks I want to document. This space is more for me: a record of the kinds of problems I like to solve and the stack I use to do it.
This project is a simple chatbot built in Python for a university assignment at Essex County College (CSC 121). The chatbot reads predefined responses from a JSON file and exposes them through a Flask API. A small Vue frontend is included to consume the API.
Stack: Python, Flask, Vue.js