From ec08c9c51c1be1e6863a69f4affaeae251e342ad Mon Sep 17 00:00:00 2001 From: sosokker Date: Tue, 14 May 2024 16:28:46 +0700 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05550e3..ba43c06 100644 --- a/README.md +++ b/README.md @@ -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