Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -29,9 +29,10 @@ HealMindAI is designed to offer users personalized healthcare information, focus
|
|
29 |
|
30 |
1. git lfs install
|
31 |
2. git clone https://huggingface.co/spaces/lavanjv/naturalremedybot-finetuned`
|
32 |
-
3.
|
33 |
-
4.
|
34 |
-
5.
|
|
|
35 |
|
36 |
## For fine tunning using custom pdf:
|
37 |
1. Place the pdf files in data folder
|
|
|
29 |
|
30 |
1. git lfs install
|
31 |
2. git clone https://huggingface.co/spaces/lavanjv/naturalremedybot-finetuned`
|
32 |
+
3. Download 'llama-2-7b-chat.ggmlv3.q8_0.bin' from https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGML/tree/main
|
33 |
+
4. Install the required dependencies: `pip install -r requirements.txt`
|
34 |
+
5. Run the Streamlit app: `streamlit run app.py -w`
|
35 |
+
6. Interact with HealMindAI through the provided UI and explore its capabilities.
|
36 |
|
37 |
## For fine tunning using custom pdf:
|
38 |
1. Place the pdf files in data folder
|