mirror of
https://github.com/Sosokker/HomieCare.git
synced 2025-12-19 18:04:07 +01:00
Update README.md
This commit is contained in:
parent
5bfe9d10a4
commit
ec08c9c51c
14
README.md
14
README.md
@ -2,9 +2,18 @@
|
|||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
|
- [Features](#Features)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Usage](#usage)
|
- [Usage](#usage)
|
||||||
- [Reference](#Reference)
|
- [Reference](#reference)
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- Visualze statistic and procide descriptive data
|
||||||
|
- Predict Indoor Environment
|
||||||
|
- Recommend action to do according to data
|
||||||
|
- Real-time IP camera stream while save snapshot into database
|
||||||
|
- Detect Fall down and push notification to Line
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -44,7 +53,6 @@ podman run --name service-pma -p 8080:80 -e PMA_HOST=service-mysql --network net
|
|||||||
### Download Model files then put in project
|
### Download Model files then put in project
|
||||||
|
|
||||||
[Download here](https://drive.google.com/drive/folders/1GGcKz8bqPll6PWNh4bPjFIH0fmOdof4p?usp=sharing)
|
[Download here](https://drive.google.com/drive/folders/1GGcKz8bqPll6PWNh4bPjFIH0fmOdof4p?usp=sharing)
|
||||||
|
|
||||||
[Download data to import to sql here](https://drive.google.com/drive/folders/15hmaJOK1-Xj1cMdl8Ajss_UuBf-vKqxr?usp=sharing)
|
[Download data to import to sql here](https://drive.google.com/drive/folders/15hmaJOK1-Xj1cMdl8Ajss_UuBf-vKqxr?usp=sharing)
|
||||||
|
|
||||||
Then put into following path (Not fix to be this path but it would be great)
|
Then put into following path (Not fix to be this path but it would be great)
|
||||||
@ -61,7 +69,7 @@ Take a look at description in example.env and fill out those parameter
|
|||||||
|
|
||||||
```
|
```
|
||||||
cd frontend
|
cd frontend
|
||||||
pnpm
|
pnpm install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user