Code Monkey home page Code Monkey logo

how_to_image_classifier's Introduction

README

How to design, implement, test, and deploy image classifiers, with deep neural networks.

What is this repository for?

This is project based learning, not research

Current version 0.1 (20220707)

How do I get set up? (Linux)

  1. Go to your home directory, make Apps directory, change directory

    $ cd ~; mkdir Apps && cd Apps

  • Clone this repo

    $ git clone [email protected]:daniel_walther_berns/how_to_image_classifier.git

  • Change directory

    $ cd how_to_image_classifier/

  • Run start.sh

    $ ./start.sh

The bash script start.sh

  1. creates a python3 environment ditdic (design, implement, test and deploy image classifiers);
  2. installs some dependences;
  3. installs the ditdic package;
  4. creates directory ~/Data/how_to_image_classifier/v_0_1

Expected results

Created directories

~/Apps/how_to_image_classifier

~/.venvs/ditdic

~/Data/how_to_image_classifier/v_0_1

Documents

In the ~/Apps/how_to_image_classifier/docs directory,

$ cd ~/Apps/how_to_image_classifier/docs

you will find documents related to data, software, hardware, installation, and operations of this project.

Source

In the ~/Apps/how_to_image_classifier/source directory,

$ cd ~/Apps/how_to_image_classifier/source

you will find a set of jupyter notebooks, the package ditdic and a README.md.

You can use the notebooks and the package ditdic following the next instructions:

  1. Make sure you have executed ~/Apps/how_to_image_classifier/start.sh
  2. Activate the environment $ . ~/.venvs/ditdic/bin/activate
  3. Change directory $ cd notebooks/
  4. Run jupyter $ jupyter notebook

Configuration

Write

Who do I talk to?

how_to_image_classifier's People

Contributors

danielberns 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.