nihalaninihal commited on
Commit
371d055
·
verified ·
1 Parent(s): b5d645b

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -41
README.md DELETED
@@ -1,41 +0,0 @@
1
- # Blood Report Analyzer
2
-
3
- ## Overview
4
- This application analyzes blood test reports to identify vitamin and mineral deficiencies, providing personalized recommendations based on Indian dietary and healthcare contexts.
5
-
6
- ## Features
7
- - PDF and image analysis of blood test reports
8
- - Detection of common nutritional deficiencies
9
- - Severity assessment and personalized supplementation recommendations
10
- - Food recommendations (vegetarian and non-vegetarian options)
11
- - Lifestyle modification suggestions
12
- - Follow-up test recommendations
13
-
14
- ## How to Use
15
- 1. **Enter your Google Gemini API Key**
16
- - Get a key from [Google AI Studio](https://ai.google.dev/)
17
-
18
- 2. **Upload Your Blood Report**
19
- - PDF format is preferred (clearer results)
20
- - Image formats (JPG, PNG) are also supported
21
-
22
- 3. **Enter Optional Patient Information**
23
- - For more personalized recommendations
24
-
25
- 4. **Generate Supplement Plan**
26
- - Enter height, weight, and activity level
27
- - Get customized supplement dosage recommendations
28
-
29
- ## Technical Details
30
- - Powered by Google's Gemini Pro and Gemini Pro Vision models
31
- - PDF text extraction using PyMuPDF
32
- - Image preprocessing for improved analysis
33
- - Structured analysis using medical reference ranges
34
-
35
- ## Privacy
36
- - No data is stored on servers
37
- - Analysis is performed in real-time
38
- - API keys are used only for the current session
39
-
40
- ## Disclaimer
41
- This tool is for informational purposes only and should not replace professional medical advice. Always consult with healthcare providers before making changes to your diet or supplementation regimen.