lavanjv commited on
Commit
35e502f
·
1 Parent(s): 89c5085

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -1
README.md CHANGED
@@ -1,11 +1,52 @@
1
  ---
2
  title: HealMindAI
3
- emoji: 😻
4
  colorFrom: red
5
  colorTo: red
6
  sdk: docker
7
  pinned: false
 
8
  ---
9
 
 
10
 
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: HealMindAI
3
+ emoji:
4
  colorFrom: red
5
  colorTo: red
6
  sdk: docker
7
  pinned: false
8
+ license: mit
9
  ---
10
 
11
+ # HealMindAI: AI-Powered Wellness Advisor
12
 
13
 
14
+
15
+ 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.
16
+
17
+ ## Overview
18
+
19
+ 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.
20
+
21
+ ## Features
22
+
23
+ - AI-Powered Conversations: Engage in informative and natural conversations with the HealMindAI to get personalized healthcare insights.
24
+ - Open-Source Dataset: The project is built on a dataset sourced from Project Gutenberg, offering a foundation for comprehensive health-related information.
25
+ - User Customization: Integrate your own health-related documents into the system, allowing HealMindAI to provide insights based on your unique information.
26
+ - Transparent AI: HealMindAI focuses on transparency and explainability, ensuring that the AI-generated responses are understandable and informative.
27
+
28
+ ## Getting Started for deploying locally:
29
+
30
+ 1. git lfs install
31
+ 2. git clone https://huggingface.co/spaces/lavanjv/naturalremedybot-finetuned`
32
+ 3. Install the required dependencies: `pip install -r requirements.txt`
33
+ 4. Run the Streamlit app: `streamlit run app.py -w`
34
+ 5. Interact with HealMindAI through the provided UI and explore its capabilities.
35
+
36
+ ## For fine tunning using custom pdf:
37
+ 1. Place the pdf files in data folder
38
+ 2. Run 'python ingest.py'
39
+ 3. Then run `streamlit run app.py -w`
40
+
41
+ ## Contributing
42
+
43
+ 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.
44
+
45
+ ## License
46
+
47
+ This project is licensed under the [MIT License](LICENSE).
48
+
49
+ ## Contact
50
+
51
+ For questions or inquiries, please contact [jvlavan01@gmail.com](mailto:jvlavan01@gmail.com).
52
+ Created with Love by Lavan