Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firaskahlaoui/health-ai-insights

An AI-powered platform that collects, processes, and analyzes health data to provide personalized health insights and recommendations. The platform will help individuals monitor their health metrics, identify potential health issues early, and suggest lifestyle changes.
https://github.com/firaskahlaoui/health-ai-insights

healthcare mongodb nodejs pyhton reactjs redux

Last synced: about 5 hours ago
JSON representation

An AI-powered platform that collects, processes, and analyzes health data to provide personalized health insights and recommendations. The platform will help individuals monitor their health metrics, identify potential health issues early, and suggest lifestyle changes.

Awesome Lists containing this project

README

        

# HealthAI Insights

HealthAI Insights is an AI-powered platform that collects, processes, and analyzes health data to provide personalized health insights and recommendations. The platform helps individuals monitor their health metrics, identify potential health issues early, and suggest lifestyle changes.

## Project Structure

- **frontend**: React-based frontend application.
- **backend**: Node.js/Express.js API server.
- **ai**: AI and machine learning models and scripts.
- **data_processing**: Data collection and processing scripts.
- **docker**: Docker configurations.

## Getting Started

### Prerequisites

- Node.js
- Docker
- MongoDB
- Python

### Installation

1. Clone the repository:

```sh
git clone
cd HealthAI-Insights
```

2. Navigate to the frontend directory and install dependencies:

```sh
cd frontend
npm install
```

3. Navigate to the backend directory and install dependencies:

```sh
cd backend
npm install
```

4. Navigate to the ai and data_processing directories and install dependencies:

```sh
cd ai
pip install -r requirements.txt
```

```sh
cd data_processing
pip install -r requirements.txt
```

5. Start the frontend and backend servers:

```sh
cd frontend
npm start
```

```sh
cd backend
npm start
```

## License

- This project is licensed under the MIT License.