Update README.md

This commit is contained in:
sosokker 2024-05-14 16:28:46 +07:00
parent 5bfe9d10a4
commit ec08c9c51c

View File

@ -2,9 +2,18 @@
## Table of Contents
- [Features](#Features)
- [Installation](#installation)
- [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
@ -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 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)
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
pnpm
pnpm install
```
## Usage