Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emekankwo/nicosia
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
https://github.com/emekankwo/nicosia
aichatbot huggingface nextjs
Last synced: 18 days 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 - "mistralai/Mistral-7B-Instruct-v0.2
- Host: GitHub
- URL: https://github.com/emekankwo/nicosia
- Owner: EmekaNkwo
- Created: 2024-10-13T23:25:28.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T14:09:20.000Z (20 days ago)
- Last Synced: 2024-12-03T14:26:15.089Z (20 days ago)
- Topics: aichatbot, huggingface, nextjs
- Language: TypeScript
- Homepage: https://nicosia.vercel.app
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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