Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

jungbug/open_software_developer_competition_MLOPS

 
 

Repository files navigation

MLops

Tested: Tested Tested Tested

Project Overview

This project is an implementation of a food classification system and pose estimation model.

For the food classification, we use an ensemble of EfficientNet, InceptionResNet, and ResNet models to achieve high accuracy.

For the pose estimation, we use MediaPipe, a cross-platform framework for building multimodal applied machine learning pipelines.

Backend Installation

Manual with docker:

docker build <server Name> .
docker run -p 5000:5000 <server Name>

Manual with virtualenv:

git clone [email protected]:ACT-HealthWatch/food_classification.git  
python3 -m venv <project name>  
rsync -av --exclude food_classification <project name>  
cd <project name>  
pip3 install -r requirements.txt  
gunicorn app:app

About

Python Flask 기반 헬스워치 MLOps 백엔드

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.2%
  • Roff 25.8%