ThisIs-Developer
commited on
Commit
•
1b29c92
1
Parent(s):
da12358
Upload README.md
Browse files- Streamlit/README.md +25 -0
Streamlit/README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# 🦙 Llama-2-GGML-Medical-Chatbot/Streamlit
|
2 |
+
|
3 |
+
## 📄 Overview
|
4 |
+
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.
|
5 |
+
|
6 |
+
## 🚀 Usage
|
7 |
+
1. Install the required dependencies:
|
8 |
+
```bash
|
9 |
+
pip install -r requirements.txt
|
10 |
+
```
|
11 |
+
2. Run the Streamlit application:
|
12 |
+
```bash
|
13 |
+
streamlit run Streamlit/model.py
|
14 |
+
```
|
15 |
+
3. Open your web browser and navigate to the provided local URL to interact with the medical chatbot.
|
16 |
+
|
17 |
+
## 📚 Features
|
18 |
+
* **Llama 2 Integration:** The chatbot leverages the Llama 2 model for handling medical-related queries.
|
19 |
+
* **Streamlit Interface:** The user interacts with the chatbot through a Streamlit web interface, making it user-friendly.
|
20 |
+
|
21 |
+
## 📌 Dependencies
|
22 |
+
List of dependencies can be found in the requirements.txt file.
|
23 |
+
|
24 |
+
## ⚡Streamlit ver. on [#v2.0.1.dev20231230](https://github.com/ThisIs-Developer/Llama-2-GGML-Medical-Chatbot/releases/tag/v2.0.1.dev20231230)
|
25 |
+
![ChatBot Conversession img-4](https://github.com/ThisIs-Developer/Llama-2-GGML-Medical-Chatbot/assets/109382325/75eac0c4-79b8-4dc7-8122-36042fa507eb)
|