A Streamlit-based chatbot interface for interacting with the Llama 3 - 8B model locally.
This project implements a user-friendly web interface for interacting with the Llama 3 - 8B language model locally. It uses Streamlit to create a chat-like interface where users can send prompts and receive responses from the AI model in real-time.
- Interactive chat interface
- Real-time streaming of AI responses
- Local AI processing using Llama 3 - 8B model
- Chat history management
- Clear chat functionality
git clone https://github.com/NishchalRavish/Local-Llama-Bot.git
cd Local-Llama-Botpip3 install -r requirements.txthttp://0.0.0.0:11434streamlit run app.pyContributions, issues, and feature requests are welcome! Feel free to check issues page.
This project is MIT licensed.
Made by Nishchal