Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
-
|
6 |
# AI Health Assistant
|
7 |
|
8 |
This project is a Flask-based web application that provides several machine learning-powered features such as:
|
@@ -14,7 +13,7 @@ This project is a Flask-based web application that provides several machine lear
|
|
14 |
- General Chat powered by LLaMA 3.1 API hosted on Groq Cloud for AI-powered conversations.
|
15 |
|
16 |
The project is divided into two main parts: Backend (Flask) and Frontend (HTML, CSS, JavaScript), with a connection to pre-trained machine learning models.
|
17 |
-
|
18 |
|
19 |
- **System Requirements:**
|
20 |
- Python 3.8+
|
@@ -41,7 +40,9 @@ The project is divided into two main parts: Backend (Flask) and Frontend (HTML,
|
|
41 |
β βββ script.js
|
42 |
βββ app.py
|
43 |
βββ requirements.txt
|
44 |
-
|
|
|
|
|
45 |
|
46 |
**Counseling Response Generation:**
|
47 |
- Generates counseling-related responses using a GPT-2 mental health model.
|
@@ -58,7 +59,8 @@ The project is divided into two main parts: Backend (Flask) and Frontend (HTML,
|
|
58 |
**General Chat:**
|
59 |
- Offers general chat responses using LLaMA 3.1 API hosted on Groq Cloud for AI-powered conversations.
|
60 |
|
61 |
-
|
|
|
62 |
|
63 |
**Diabetes Classification Tab:**
|
64 |
- Form input for glucose, BMI, and age to classify diabetes risk.
|
@@ -74,7 +76,9 @@ The project is divided into two main parts: Backend (Flask) and Frontend (HTML,
|
|
74 |
|
75 |
**Dark Mode:**
|
76 |
- Toggle dark mode for user interface customization.
|
77 |
-
|
|
|
|
|
78 |
|
79 |
1. **Access the Application:** Users interact with the web interface, accessible through a browser once the Flask server is running.
|
80 |
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
|
|
5 |
# AI Health Assistant
|
6 |
|
7 |
This project is a Flask-based web application that provides several machine learning-powered features such as:
|
|
|
13 |
- General Chat powered by LLaMA 3.1 API hosted on Groq Cloud for AI-powered conversations.
|
14 |
|
15 |
The project is divided into two main parts: Backend (Flask) and Frontend (HTML, CSS, JavaScript), with a connection to pre-trained machine learning models.
|
16 |
+
### Project Setup
|
17 |
|
18 |
- **System Requirements:**
|
19 |
- Python 3.8+
|
|
|
40 |
β βββ script.js
|
41 |
βββ app.py
|
42 |
βββ requirements.txt
|
43 |
+
|
44 |
+
|
45 |
+
### Backend
|
46 |
|
47 |
**Counseling Response Generation:**
|
48 |
- Generates counseling-related responses using a GPT-2 mental health model.
|
|
|
59 |
**General Chat:**
|
60 |
- Offers general chat responses using LLaMA 3.1 API hosted on Groq Cloud for AI-powered conversations.
|
61 |
|
62 |
+
|
63 |
+
### Frontend
|
64 |
|
65 |
**Diabetes Classification Tab:**
|
66 |
- Form input for glucose, BMI, and age to classify diabetes risk.
|
|
|
76 |
|
77 |
**Dark Mode:**
|
78 |
- Toggle dark mode for user interface customization.
|
79 |
+
|
80 |
+
|
81 |
+
### Usage
|
82 |
|
83 |
1. **Access the Application:** Users interact with the web interface, accessible through a browser once the Flask server is running.
|
84 |
|