Giter VIP home page Giter VIP logo

glassdetection's Introduction

Glasses Detection

quality_assurance_workflow

api_testing_workflow

test-code

dvc repro

CI/CD

server_status

Deploy of a ML (CNN - based) model able to detect subjects wearing glass in photos.

Project Organization

📦glassDetection
 ┣ 📂.dvc
 ┣ 📂.git
 ┣ 📂.github
 ┃ ┗ 📂workflows
 ┃ ┃ ┣ 📜api-test.yaml
 ┃ ┃ ┣ 📜CI_CD.yml
 ┃ ┃ ┣ 📜dvc_repro.yml
 ┃ ┃ ┣ 📜QA.yml
 ┃ ┃ ┣ 📜server_check.yml
 ┃ ┃ ┗ 📜test_code.yml
 ┣ 📂app
 ┃ ┣ 📜api.py
 ┃ ┣ 📜Dockerfile
 ┃ ┣ 📜monitoring.py
 ┃ ┣ 📜schemas.py
 ┃ ┣ 📜test2.jpg
 ┃ ┣ 📜test_api.py
 ┃ ┣ 📜test_img.jpeg
 ┃ ┣ 📜test_img.jpg
 ┃ ┗ 📜test_server.py
 ┣ 📂app_frontend
 ┃ ┣ 📂test
 ┃ ┣ 📜Dockerfile
 ┃ ┣ 📜interface.py
 ┃ ┗ 📜requirements_frontend.txt
 ┣ 📂data
 ┃ ┣ 📂CelebA
 ┃ ┃ ┣ 📂figures
 ┃ ┃ ┃ ┗ 📜exampleCelebA.png
 ┃ ┃ ┣ 📂raw
 ┃ ┃ ┃ ┣ 📜.gitignore
 ┃ ┃ ┃ ┣ 📜celeb_augmented_preprocessed.h5.dvc
 ┃ ┃ ┃ ┣ 📜list_attr_celeba.txt
 ┃ ┃ ┃ ┗ 📜noglass_celeb_augmented_preprocessed.h5.dvc
 ┃ ┃ ┗ 📜README.md
 ┃ ┣ 📂Selfie
 ┃ ┃ ┣ 📂figures
 ┃ ┃ ┃ ┣ 📜sample.jpg
 ┃ ┃ ┃ ┗ 📜selfie_dataset6.jpg
 ┃ ┃ ┣ 📂processed
 ┃ ┃ ┃ ┗ 📜selfie_dataset.txt
 ┃ ┃ ┣ 📂raw
 ┃ ┃ ┃ ┣ 📜.gitignore
 ┃ ┃ ┃ ┣ 📜noglass_selfie_augmented_preprocessed.h5.dvc
 ┃ ┃ ┃ ┗ 📜selfie_augmented_preprocessed.h5.dvc
 ┃ ┃ ┗ 📜README.md
 ┃ ┣ 📂Selfie_reduced
 ┃ ┃ ┣ 📂processed
 ┃ ┃ ┃ ┣ 📂images
 ┃ ┃ ┃ ┣ 📜.gitignore
 ┃ ┃ ┃ ┣ 📜README.txt
 ┃ ┃ ┃ ┣ 📜selfie_reduced.h5
 ┃ ┃ ┃ ┗ 📜selfie_reduced.h5.dvc
 ┃ ┃ ┣ 📂raw
 ┃ ┃ ┃ ┣ 📜.gitignore
 ┃ ┃ ┃ ┣ 📜Selfie-dataset.zip
 ┃ ┃ ┃ ┣ 📜Selfie-dataset.zip.dvc
 ┃ ┃ ┃ ┗ 📜selfie_reduced.h5
 ┃ ┃ ┗ 📜.gitignore
 ┃ ┗ 📂UTK_face
 ┃ ┃ ┣ 📂figures
 ┃ ┃ ┃ ┗ 📜samples.png
 ┃ ┃ ┣ 📂raw
 ┃ ┃ ┃ ┣ 📜.gitignore
 ┃ ┃ ┃ ┣ 📜noglass_utk_augmented_preprocessed.h5.dvc
 ┃ ┃ ┃ ┗ 📜utk_augmented_preprocessed.h5.dvc
 ┃ ┃ ┗ 📜README.md
 ┣ 📂docs
 ┃ ┣ 📜commands.rst
 ┃ ┣ 📜conf.py
 ┃ ┣ 📜getting-started.rst
 ┃ ┣ 📜index.rst
 ┃ ┣ 📜make.bat
 ┃ ┗ 📜Makefile
 ┣ 📂great_expectations
 ┃ ┣ 📂checkpoints
 ┃ ┃ ┣ 📜13_rows_deleted.yml
 ┃ ┃ ┗ 📜13_rows_deleted1.yml
 ┃ ┣ 📂expectations
 ┃ ┃ ┣ 📜.ge_store_backend_id
 ┃ ┃ ┣ 📜reduced.json
 ┃ ┃ ┗ 📜reduced_suite.json
 ┃ ┣ 📂plugins
 ┃ ┃ ┗ 📂custom_data_docs
 ┃ ┃ ┃ ┣ 📂renderers
 ┃ ┃ ┃ ┣ 📂styles
 ┃ ┃ ┃ ┃ ┗ 📜data_docs_custom_styles.css
 ┃ ┃ ┃ ┗ 📂views
 ┃ ┣ 📜.gitignore
 ┃ ┗ 📜great_expectations.yml
 ┣ 📂models
 ┃ ┣ 📂figures
 ┃ ┃ ┣ 📜hardToClassify.png
 ┃ ┃ ┣ 📜ourCNN.png
 ┃ ┃ ┣ 📜pipeline.PNG
 ┃ ┃ ┗ 📜stateOfTheArtPerformance.png
 ┃ ┣ 📜finalModelGlassDetection255.dvc
 ┃ ┗ 📜README.md
 ┣ 📂monitoring
 ┃ ┣ 📜drift-detection.py
 ┃ ┣ 📜locustfile.py
 ┃ ┗ 📜prometheus.yml
 ┣ 📂notebooks
 ┃ ┗ 📜.gitkeep
 ┣ 📂references
 ┃ ┗ 📜.gitkeep
 ┣ 📂reports
 ┃ ┣ 📂figures
 ┃ ┃ ┗ 📜.gitkeep
 ┃ ┗ 📜.gitkeep
 ┣ 📂src
 ┃ ┣ 📂data
 ┃ ┃ ┣ 📜.gitkeep
 ┃ ┃ ┣ 📜FaceAlignerNetwork.py
 ┃ ┃ ┣ 📜make_dataset.py
 ┃ ┃ ┗ 📜__init__.py
 ┃ ┣ 📂features
 ┃ ┃ ┣ 📜.gitkeep
 ┃ ┃ ┣ 📜build_features.py
 ┃ ┃ ┗ 📜__init__.py
 ┃ ┣ 📂models
 ┃ ┃ ┣ 📜.gitkeep
 ┃ ┃ ┣ 📜predict_model.py
 ┃ ┃ ┣ 📜shape_predictor_5_face_landmarks.dat
 ┃ ┃ ┣ 📜train_model.py
 ┃ ┃ ┗ 📜__init__.py
 ┃ ┣ 📂visualization
 ┃ ┃ ┣ 📜.gitkeep
 ┃ ┃ ┣ 📜visualize.py
 ┃ ┃ ┗ 📜__init__.py
 ┃ ┗ 📜__init__.py
 ┣ 📂tests
 ┃ ┣ 📜.gitignore
 ┃ ┣ 📜testing_data.py
 ┃ ┣ 📜test_make_dataset.py
 ┃ ┗ 📜test_model.py
 ┣ 📜.dvcignore
 ┣ 📜.gitignore
 ┣ 📜docker-compose.yml
 ┣ 📜drift-detection.py
 ┣ 📜dvc.lock
 ┣ 📜dvc.yaml
 ┣ 📜LICENSE
 ┣ 📜Makefile
 ┣ 📜README.md
 ┣ 📜requirements.txt
 ┣ 📜setup.py
 ┣ 📜test_environment.py
 ┗ 📜tox.ini

Project based on the cookiecutter data science project template. #cookiecutterdatascience

glassdetection's People

Contributors

andmon97 avatar gaetanodibenedetto avatar mauroandretta avatar sgarraclaudia avatar

Watchers

 avatar  avatar

Forkers

andmon97

glassdetection's Issues

badges

It is necessary to create the badges for the project

github-actions

It is necessary to create the yamls files for setting github actions

data-drift

It is necessary to implement a script to detect the data drift

monitoring

It is necessary the monitoring of the api, using prometheus and grafana

test_api

It is necessary to test the script of the api

load-testing

It is necessary to make the load testing of the server

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.