Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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