***** 🤖 Flask Chatbot Project ******
A simple and interactive chatbot built using Python (Flask) and DialoGPT as the AI engine. This project demonstrates how to integrate a machine-learning model into a web application using Flask backend and HTML/CSS/JavaScript frontend.
🚀 Features
🧠 AI Chatbot powered by Microsoft’s DialoGPT-medium
🌐 Flask Web App with clean routing
💬 Interactive UI built using HTML, CSS, and JavaScript
🔄 Chat History Support to maintain context
⚡ Fast response handling using AJAX (fetch API)
🎨 Simple and modern chat UI
🛠️ Tech Stack Backend
Python 3.x
Flask
transformers (DialoGPT)
Torch
Frontend
HTML5
CSS3
JavaScript (Fetch API)