AI Chat Project Live Demo
This project is an interactive web-based chat application that allows users to communicate with a Large Language Model (LLM) via a friendly and intuitive interface. Built with Next.js, Tailwind CSS, and Hugging Face Model - "mistralai/Mistral-7B-Instruct-v0.2
- Created a Nextjs application
- Used TailwindCSS and Antd for styling of components and pages
- Used Next API to fetch data and use Hugging Face LLM to generate responses
- An interactive chatbot that allows users to communicate with a LLM
- The LLM is trained on a large dataset of text
- Clone the repository
- Run
npm install
to install dependencies - Run
npm run dev
to start the application - Visit http://localhost:3000 to see the application