lavanjv commited on
Commit
9bf4264
·
1 Parent(s): 29e1a47

Update chainlit.md

Browse files
Files changed (1) hide show
  1. chainlit.md +16 -10
chainlit.md CHANGED
@@ -2,29 +2,35 @@
2
 
3
 
4
 
5
- Welcome to HealMindAI, 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 HealthMinds project.
6
 
7
  ## Overview
8
 
9
- HealthMinds 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 HealthMinds AI 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 HealthMinds to provide insights based on your unique information.
16
- - Transparent AI: HealthMinds 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. Clone this repository: `git clone https://github.com/yourusername/healthminds.git`
21
- 2. Install the required dependencies: `pip install -r requirements.txt`
22
- 3. Run the Streamlit app: `streamlit run app.py`
23
- 4. Interact with HealMindAI through the provided UI and explore its capabilities.
 
 
 
 
 
 
24
 
25
  ## Contributing
26
 
27
- We welcome contributions to enhance and expand HealthMinds' knowledge base. If you have health-related documents or insights, feel free to contribute by submitting a pull request.
28
 
29
  ## License
30
 
 
2
 
3
 
4
 
5
+ Welcome to HealMindAI, 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 HealMindAI project.
6
 
7
  ## Overview
8
 
9
+ HealMindAI 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 HealMindAI 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 HealMindAI to provide insights based on your unique information.
16
+ - Transparent AI: HealMindAI 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/naturalremedybot-finetuned`
22
+ 3. Install the required dependencies: `pip install -r requirements.txt`
23
+ 4. Run the Streamlit app: `streamlit run app.py -w`
24
+ 5. Interact with HealMindAI through the provided UI and explore its capabilities.
25
+
26
+ ## For fine tunning using custom pdf:
27
+ 1. Place the pdf files in data folder
28
+ 2. Run 'python ingest.py'
29
+ 3. Then run `streamlit run app.py -w`
30
 
31
  ## Contributing
32
 
33
+ We welcome contributions to enhance and expand HealMindAI' knowledge base. If you have health-related documents or insights, feel free to contribute by submitting a pull request.
34
 
35
  ## License
36