Coder Social home page Coder Social logo

jbris / image_classification_examples Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 291.65 MB

Several examples of image classification algorithms for image data.

License: MIT License

Makefile 1.64% Shell 0.77% Dockerfile 1.83% Python 52.27% R 43.49%
python machine-learning machine-learning-algorithms docker tensorflow-tutorials tensorflow-examples convolutional-neural-networks convolutional-neural-network keras-tensorflow image-classification

image_classification_examples's Introduction

image_classification_examples

Table of Contents

Introduction

The Image Classification Examples repo contains several examples of image classification algorithms for use with image files.

Examples can be found in the python directory.

If you're using Docker, execute build.sh to get started.

Python

Examples are typically written in python. From the .env.example file, you can see that scripts are written in python 3.8.2. A list of module dependencies can be found in the Dockerfile and requirements.txt. You aren't forced to use Docker, and can use something like Conda instead if that's your preference.

If you opt to use Docker, you can view the Makefile for relevant Docker commands. The make penter command will create a new container and execute the python CLI. The make prun command will run a python script. For example, make prun d=basic s=number_recognition will run basic/number_recognition.py

Example image classification algorithms can be found in the python directory, and each example directory employs a similar structure. Python scripts will list any recommended article references and data sets. Download the recommended data sets and place them in the local data directory.

You can then execute various python scripts to analyze and model the data. It's recommended that you run explore.py then view.py first to better understand the distribution of the data.

R

Additional examples are written in R. From the .env.example file, you can see that R scripts are written in version 3.6.3. A list of additional R and Python packages can be found in the Dockerfile.

As the docker-compose.yml file shows, this repo employs the rocker/tidyverse image which already includes the tidyverse collection and RStudio server.

If you opt to use Docker, you can view the Makefile for relevant Docker commands. The make renter command will allow users to execute shell commands within the R container. The make rrun command will run an R script. For example, make rrun s=bitcoin_anomalies will run $R_STUDIO_USER/fashion.r

Example image classification algorithms can be found in the r directory. You can execute various r scripts to analyze and model the data.

image_classification_examples's People

Contributors

jbris avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

dacho68

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.