| # 馃 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 | |
| 1. Install the required dependencies: | |
| ```bash | |
| pip install -r requirements.txt | |
| ``` | |
| 2. Run the Streamlit application: | |
| ```bash | |
| streamlit run Streamlit/model.py | |
| ``` | |
| 3. 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. | |
| ## 鈿treamlit ver. on [#v2.0.1.dev20231230](https://github.com/ThisIs-Developer/Llama-2-GGML-Medical-Chatbot/releases/tag/v2.0.1.dev20231230) | |
|  | |