Skip to content

Arhaans/AI-Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Chatbot

Overview

This project is an AI-powered chatbot built using Llama 2 as the language model. The chatbot is designed to provide intelligent responses to user queries, enhancing user interaction through a natural language processing interface.

Technologies Used

  • Language Model: Llama 2
  • Frontend Technologies:
    • HTML
    • CSS
    • JavaScript

Features

  • Conversational AI capabilities using Llama 2.
  • User-friendly interface built with HTML, CSS, and JavaScript.
  • Interactive chat experience (to be fully implemented).

Installation

1) Clone the repository:

git clone https://github.com/Arhaans/AI-Chatbot.git

2) Navigate to the project directory

  cd AI-Chatbot

3) Create a virtual environment

conda create --name testenv(environment name)

4) Activate the virtual environment

conda activate testenv

5) Install the required dependecies mentioned in the requirements.txt

pip install -r requirements.txt

Usage

  1. Open the index.html file in your web browser.
  2. Interact with the chatbot through the provided interface.

Future Work

Complete the frontend design and functionality. Implement advanced features such as user authentication and saving chat history. Enhance the chatbot's capabilities with more sophisticated interactions. Contributing Contributions are welcome! Please open an issue or submit a pull request if you have suggestions or improvements.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

Acknowledgements

Llama 2 for providing the language model.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published