SP4RKiOP / genai-chatbot

GenAI Chat is an AI-powered chatbot designed to get help on your files from LLM(Large languare Models) to surpass the functionality of ChatGPT and offering a seamless conversational experience.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatIQ

GenAI
ChatIQ is an AI-powered chatbot designed to surpass the functionality of ChatGPT, offering a seamless conversational experience. Built with cutting-edge technologies, it aims to provide an open-source alternative for developers and enthusiasts looking to explore AI chatbots.

Table of Contents

Project Overview

ChatIQ is an ambitious project that aims to replicate the core functionalities of ChatGPT, leveraging advanced AI models and technologies. While the project strives to be a perfect open-source clone of ChatGPT, it acknowledges the challenge of replicating the UI design and user experience perfectly. The project is driven by the desire to explore and understand the capabilities of AI chatbots, with a particular focus on semantic services and kernel memory implementation.

Features

  • AI-Powered Chatbot: Utilizes advanced AI models for generating contextually relevant responses.
  • Semantic Services: Enhances understanding and context in conversations.
  • Kernel Memory Implementation: A key feature under development to improve chatbot memory and context retention.
  • Localhost LLM Support: Planned enhancement to work with locally hosted language models.

Technologies Used

  • Backend: .NET ASP Core Web API, LLM, Semantic Kernel, SignalR, WebSocket, MySQL, Azure OpenAI Models.
  • Frontend: Next.js, TypeScript, Tailwind CSS.

Installation

  1. Clone the repository: git clone https://github.com/yourusername/genai-chat.git
  2. Navigate to the project directory: cd genai-chat
  3. Start the backend development server in Visual Studio simply
  4. Install dependencies of frontend: npm install or yarn install
  5. Start the frontend development server: npm run dev or yarn dev

Usage

To use ChatIQ, simply navigate to the application URL in your browser. You can start a conversation with the chatbot by typing your message in the input field.

Contributing

Contributions are welcome! Please read the contributing guidelines before getting started.

License

Shield: CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

About

GenAI Chat is an AI-powered chatbot designed to get help on your files from LLM(Large languare Models) to surpass the functionality of ChatGPT and offering a seamless conversational experience.


Languages

Language:TypeScript 70.2%Language:C# 24.7%Language:CSS 4.4%Language:JavaScript 0.6%