Skip to content

노지 작물 병해충 진단 플렛폼 구축 프로젝트

Notifications You must be signed in to change notification settings

JoWonHyeung/easyfarm

Repository files navigation

EASYFARM

image

아키텍처(Version 7)

image

클라우드

  • GCP 크레딧을 사용하여 서버 구축

Untitled

모델 성능 지표

image image

oracle 서버 실행 순서

sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 5000 -j ACCEPT #서버 재부팅시, reset된다.

sudo netfilter-persistent save

mkvirtualenv capstone(가상환경 실행) 

flask run -h 0.0.0.0

docker container 실행 순서

docker-compose build web

docker ps # 없으면 -a 붙여서 status확인

docker-compose up -d

Dockerfile build 명령어

docker build -f ./Dockerfile .

#백그라운드 명령어 & log파일 생성 명령어

nohup python3 -u connect.py >> output.log & 

tail -f output_disable.log
tail -f output_carnum.log

#프로그램 확인 명령어
ps -ef | grep connect.py

#프로그램 다운 명령어
kill -9 7930

#jupyter notebook 생성 명령어
nohup jupyter-notebook --ip=0.0.0.0 --no-browser --port=8928 &

#linux cpu 확인
grep -c processor /proc/cpuinfo

About

노지 작물 병해충 진단 플렛폼 구축 프로젝트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published