Coder Social home page Coder Social logo

lightweight-waste-classifier's Introduction

“초”경량 재활용쓰레기 이미지 분류기

model-optimization-level3-cv-18의 Best model을 이용한 프로토타이핑

시연 영상

streamlit-frontend-2022-01-26-10-01-91

실행 방법

1. 가상환경 설정

conda create -n OCR
conda activate OCR
pip install -r requirements.txt
  • OCR 대신 다른 이름으로 대체 가능

2. Streamlit, FastAPI 실행

리눅스

make -j 2 run_app

윈도우

# FastAPI 백그라운드 실행
start /b python -m app

# Streamlit 포그라운드 실행
streamlit run app/frontend.py

3. Sentry url 추가

__main__.py 에 sentry_url 추가하면 Sentry 사용 가능

만약 사용하고 싶지 않다면 import sentry로 시작되는 줄의 코드를 주석처리할 것

Reference

src in this repo is based on Kindle(by JeiKeiLim)

lightweight-waste-classifier's People

Contributors

dependabot[bot] avatar oikosohn avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.