Skip to content

epilog-swu/AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

스마트워치와 AI를 활용한 낙상 감지 및 혈당 관리 서비스 Dialog

ezgif-3-2446187e13

사용 기술

Python, tensorflow keras LSTM
fastAPI, Docker, AWS ECR, AWS Lambda

프로젝트 실행 방법

깃 레포지토리 클론

git clone https://github.com/epilog-swu/AI.git
cd AI

파이썬 가상환경 세팅

python3 -m venv venv
source venv/bin/activate (mac) 
source venv/Scripts/activate (window)

라이브러리 설치

pip install -r /app/requirements.txt

서버 실행

uvicorn main:app -reload

시스템 아키텍처

lambda

모델 구조 및 평가

디렉토리 구조

📁 AI
├── Dockerfile
└── app
    ├── main.py
    ├── requirements.txt
    └── static
        ├── LSTM_model
        ├── images
        ├── learning
        └── training_data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages