Spaces:
Sleeping
Sleeping
Update chainlit.md
Browse files- chainlit.md +9 -9
chainlit.md
CHANGED
@@ -1,28 +1,28 @@
|
|
1 |
-
#
|
2 |
|
3 |
|
4 |
|
5 |
-
Welcome to
|
6 |
|
7 |
## Overview
|
8 |
|
9 |
-
|
10 |
|
11 |
## Features
|
12 |
|
13 |
-
- AI-Powered Conversations: Engage in informative and natural conversations with the
|
14 |
- Open-Source Dataset: The project is built on a dataset sourced from Project Gutenberg, offering a foundation for comprehensive health-related information.
|
15 |
-
- User Customization: Integrate your own health-related documents into the system, allowing
|
16 |
-
- Transparent AI:
|
17 |
|
18 |
## Getting Started for deploying locally:
|
19 |
|
20 |
1. git lfs install
|
21 |
-
2. git clone 'https://huggingface.co/spaces/lavanjv/
|
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
|
26 |
|
27 |
## For fine tunning using custom pdf:
|
28 |
1. Place the pdf files in data folder
|
@@ -31,7 +31,7 @@ HealsMindAI is designed to offer users personalized healthcare information, focu
|
|
31 |
|
32 |
## Contributing
|
33 |
|
34 |
-
We welcome contributions to enhance and expand
|
35 |
|
36 |
## License
|
37 |
|
|
|
1 |
+
# HealsHealthAI: AI-Powered Wellness Advisor
|
2 |
|
3 |
|
4 |
|
5 |
+
Welcome to HealsHealthAI, an AI-powered wellness advisor that provides personalized healthcare insights using the power of Natural Language Processing (NLP) and open-source data. This repository contains the source code and resources for the HealsHealthAI project.
|
6 |
|
7 |
## Overview
|
8 |
|
9 |
+
HealsHealthAI is designed to offer users personalized healthcare information, focusing on topics like yoga, natural remedies, and holistic wellness. The project leverages the capabilities of fine-tuned Large Language Models (LLMs) to generate human-like responses and engage users in meaningful conversations about their health-related inquiries.
|
10 |
|
11 |
## Features
|
12 |
|
13 |
+
- AI-Powered Conversations: Engage in informative and natural conversations with the HealsHealthAI to get personalized healthcare insights.
|
14 |
- Open-Source Dataset: The project is built on a dataset sourced from Project Gutenberg, offering a foundation for comprehensive health-related information.
|
15 |
+
- User Customization: Integrate your own health-related documents into the system, allowing HealsHealthAI to provide insights based on your unique information.
|
16 |
+
- Transparent AI: HealsHealthAI focuses on transparency and explainability, ensuring that the AI-generated responses are understandable and informative.
|
17 |
|
18 |
## Getting Started for deploying locally:
|
19 |
|
20 |
1. git lfs install
|
21 |
+
2. git clone 'https://huggingface.co/spaces/lavanjv/HealsHealthAI
|
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 HealsHealthAI 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
|
|
|
31 |
|
32 |
## Contributing
|
33 |
|
34 |
+
We welcome contributions to enhance and expand HealsHealthAI' knowledge base. If you have health-related documents or insights, feel free to contribute by submitting a pull request.
|
35 |
|
36 |
## License
|
37 |
|