allakri commited on
Commit
4fcb67d
Β·
verified Β·
1 Parent(s): c588d6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -64
README.md CHANGED
@@ -1,64 +1,14 @@
1
- # AI Healthcare Portal
2
-
3
- ## Overview
4
-
5
- The AI Healthcare Portal is a web application built using Streamlit, designed to provide users with a comprehensive range of healthcare-related functionalities. By leveraging both AIML and generative AI technologies, this project aims to deliver valuable insights and personalized advice for various health conditions.
6
-
7
- ## Features
8
-
9
- - πŸ₯ **Healthcare Take**: Comprehensive health check-ups and consultations.
10
- - πŸ“Š **Report Analysis**: In-depth analysis of your health reports.
11
- - πŸ₯— **Food & Nutrition Advisor**: Personalized dietary advice for a healthier you.
12
- - πŸ’Š **Medication Advisor**: Guidance on medications and treatment plans.
13
- - **Health Predictions**: Predictive analytics for heart disease, diabetes, breast cancer, and Parkinson's disease using trained models.
14
-
15
- ## Technologies Used
16
-
17
- - **Framework**: Streamlit
18
- - **AI Models**: Open-source trained models for health predictions
19
- - **APIs**:
20
- - Google Gemmini API
21
- - Groq API
22
- - **Libraries**:
23
- - `streamlit`
24
- - `google-generativeai`
25
- - `python-dotenv`
26
- - `langchain`
27
- - `PyPDF2`
28
- - `chromadb`
29
- - `faiss-cpu`
30
- - `langchain_google_genai`
31
- - `scikit-learn`
32
-
33
- ## Setup Instructions
34
-
35
-
36
- Make sure you have Python installed on your machine.
37
-
38
-
39
- ### Prerequisites
40
-
41
- - Python 3.7 or later
42
- - pip (Python package installer)
43
-
44
- ### Step 1: Clone the Repository
45
-
46
- Open your terminal or command prompt and run the following command to clone the repository:
47
-
48
- bash
49
- git clone <your-repo-url>
50
- cd <your-repo-name>
51
-
52
-
53
-
54
-
55
- ### Virtual Environment
56
-
57
- 1. Create a virtual environment: python -m venv venv
58
-
59
- activate the env : venv\Scripts\activate
60
-
61
- Install the required packages: pip install -r requirements.txt
62
-
63
- "Run the Application"
64
- To run the Streamlit application, use the following command: streamlit run app.py
 
1
+ ---
2
+ title: AI-HealthCare-Portal
3
+ emoji: πŸš€
4
+ colorFrom: blue
5
+ colorTo: pink
6
+ sdk: streamlit
7
+ sdk_version: 1.8.0
8
+ app_file: Home.py
9
+ pinned: false
10
+ ---
11
+
12
+ # Your Space Title
13
+
14
+ Brief description of what your Space does.