Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

uyupun-archive/menstagram-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

menstagram-ai

🍜 SUSURU FOREVER, SUSURU ANYWHERE 🍜
menstagram-aiはMenstagramのラーメン判定API開発のためのリポジトリです。

環境構築

$ git clone https://github.com/uyupun/menstagram-ai.git
$ cd menstagram-ai

環境構築(学習)

学習は処理が重いので基本的にはホストマシン側で実行する.

$ pipenv install --dev           // ライブラリのインストール
$ pipenv run download            // 学習データの自動収集
$ pipenv run separate            // 学習データの分類
$ pipenv run train               // 学習
$ pipenv run test                // 学習結果の検証

環境構築(Web API)

$ docker network create menstagram  // menstagram-apiですでに作成している場合は実行しなくて良い
$ make init

コマンド

$ make up       // 起動(localhost:8001)
$ make down     // 終了
$ make ps       // コンテナの状態(プロセス)の確認
$ make sh       // Bashの起動

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published