nuclei-chatbot

Nuclei is a context-aware AI chatbot built with Streamlit and powered by Groq's API. It remembers the context of your conversation, ensuring more coherent and relevant interactions. Easily integrate your GROQ API key and choose from various AI models to start chatting with Nuclei.

Stars
0
Committers
1

Nuclei - Context-Aware AI Chatbot

Nuclei is a context-aware AI chatbot built with Streamlit and powered by Groq's API. It remembers the context of your conversation, ensuring more coherent and relevant interactions. Easily integrate your GROQ API key and choose from various AI models to start chatting with Nuclei.

Features

  • Context-Aware Conversations: Nuclei keeps track of previous interactions, providing a seamless and intelligent conversation experience.
  • Multiple AI Models: Select from a variety of AI models to suit your needs.
  • User-Friendly Interface: Simple and intuitive UI built with Streamlit.

Installation

  1. Clone the repository:

    git clone https://github.com/Divyanshu9822/nuclei-chatbot.git
    cd nuclei-chatbot
    
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
    
  3. Install the required packages:

    pip install -r requirements.txt
    

Usage

  1. Run the Streamlit app:

    streamlit run app.py
    
  2. Enter your Groq API key in the sidebar and select an AI model.

  3. Start chatting with Nuclei!

Related Projects