An open API service indexing awesome lists of open source software.

https://github.com/emekankwo/ai-chat-project

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
https://github.com/emekankwo/ai-chat-project

aichatbot huggingface nextjs

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# AI Chat Project [Live Demo](https://nicosia.vercel.app/)

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

## Logs

- 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

## Features

- An interactive chatbot that allows users to communicate with a LLM
- The LLM is trained on a large dataset of text

## Get Started

- 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