# IT Helpdesk Chatbot - Phase 1

A basic FastAPI chatbot for desktop, laptop, and network issue troubleshooting.

## Features

- Guided troubleshooting
- Issue detection using keywords
- Ticket creation
- JSON-based knowledge base
- JSON-based ticket storage

## Run locally

```bash
pip install -r requirements.txt
python run.py