Git Product home page Git Product logo

background-remover-aws-s3's Introduction

Background remover with data storage at Amazon S3 Bucket and Lambda invoking

The idea of the project is to create a model that can remove the background from an image and store it in Amazon S3 Bucket. The user can also invoke Lambda function to crop already stored images.

image info

Project Organization

├── README.md          			    <- The top-level README for developers using this project.
│
├── requirements.txt   			    <- The requirements file for reproducing the analysis environment, e.g.
│                         		    		generated with `pip freeze > requirements.txt`
│
├── setup.py          			    <- Makes project pip installable (pip install -e .) so src can be imported
│
├── GETTING_STARTED.rst     	            <- Informations about environment and AWS configuration
│
├── Project_diagram.jpg         	    <- Diagram of the project structure
│
├── Streamlit_UI.png     		    <- Screenshot from executed streamlit UI
│
├── src                			    <- Source code for use in this project.
│   ├── __init__.py    			    <- Makes src a Python module
│   │
│   ├── saved_models           		    <- Contains model weights
│   │   └── u2net		            <- u2net model weights dir
│   │       ├── __init__.py    	            <- Makes src a Python module
│   │   	└── u2net.pth		    <- u2net model weights
│   ├── features       			    <- Scripts to handle AWS S3 buckets, Lambda functions and removing background
│   │   ├── __init__.py			    <- Makes features a Python module
│   │   ├── aws_client.py    		    <- Contains class that handles all AWS tasks
│   │   └── background_removing_utils.py    <- Functions to remove background from an image
│   │
│   ├── streamlit_ui        		    <- Scripts to manage UI
│   │   │── __init__.py			    <- Makes front a Python module
│   │   ├── cropping_images_utils.py        <- Function used to crop images, handles UI
│   │   ├── initialization.py   	    <- Initialization of session states and paths
│   │   ├── reading_data_from_s3.py    	    <- Functions used to read data from S3, handles UI
│   │   └── removing_background.py    	    <- Removing background, handles UI
│   │
│   ├── model        			    <- Contains model data
│   │   │── __init__.py			    <- Makes model a Python module
│   │   │── model.py			    <- Model loading
│   │   └── u2net.py      		    <- u2net model
│   │
│   ├── main.py				    <- Main function

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

background-remover-aws-s3's People

Contributors

saworz avatar

Stargazers

 avatar  avatar

Watchers

 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.