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