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.
- Language Model: Llama 2
- Frontend Technologies:
- HTML
- CSS
- JavaScript
- Conversational AI capabilities using Llama 2.
- User-friendly interface built with HTML, CSS, and JavaScript.
- Interactive chat experience (to be fully implemented).
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
- Open the index.html file in your web browser.
- Interact with the chatbot through the provided interface.
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.
This project is licensed under the MIT License. See the LICENSE file for more information.
Llama 2 for providing the language model.