馃 Llama-2-GGML-Medical-Chatbot/Streamlit
馃搫 Overview
This directory contains the code for a medical chatbot using Llama 2 with a Streamlit interface. The chatbot is designed to provide information and assistance related to medical queries.
馃殌 Usage
- Install the required dependencies:
pip install -r requirements.txt
- Run the Streamlit application:
streamlit run Streamlit/model.py
- Open your web browser and navigate to the provided local URL to interact with the medical chatbot.
馃摎 Features
- Llama 2 Integration: The chatbot leverages the Llama 2 model for handling medical-related queries.
- Streamlit Interface: The user interacts with the chatbot through a Streamlit web interface, making it user-friendly.
馃搶 Dependencies
List of dependencies can be found in the requirements.txt file.