Skip to content

PasanIS/ai-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

AI Chatbot 🤖

The goal is to build a chatbot that interacts with data stored in a MySQL database. It uses:

  • 🧠 LangChain for conversational logic
  • 🧩 LangGraph for agent workflows and stateful orchestration
  • FastAPI for backend APIs
  • 🐍 Python with uv for environment management
  • 💬 React for the frontend UI
  • 🗄️ MySQL for storing and retrieving data

🛠️ Tech Stack

Layer Technology
Frontend React (Vite + Tailwind)
Backend FastAPI (Python)
Database MySQL
AI Tools LangChain, LangGraph
Package Mgmt uv (Python)
IDEs PyCharm (backend), VS Code (frontend)

About

Agentic chat assistant project, Built with React (frontend) and FastAPI (backend), integrated with MySQL and LangChain to enable conversational access to database data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors