Skip to content

Latest commit

 

History

History
97 lines (62 loc) · 1.48 KB

README.md

File metadata and controls

97 lines (62 loc) · 1.48 KB

CHATBOT

Spark intelligent conversations with AI.


Table of Contents


Overview

The ChatBot project uses GPU-accelerated models to power a Discord bot that provides intelligent responses with the LlamaForCausalLM model. It handles Colab disconnections automatically, enhancing AI-driven interactions in Discord.


Repository Structure

└── ChatBot/
    ├── README.md
    └── chatbot.ipynb

Getting Started

Prerequisites

  • Jupyter Notebook

Installation

  1. Clone the repository:

    git clone https://github.com/Kyouma960/ChatBot
  2. Navigate to the project directory:

    cd ChatBot
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

Run the project:

jupyter nbconvert --execute notebook.ipynb

Tests

Run tests:

pytest notebook_test.py

Contributing

  1. Fork the repository.
  2. Create a new branch.
  3. Commit and push your changes.
  4. Submit a Pull Request.

License

This project is licensed under the SELECT-A-LICENSE.


Acknowledgments