Git Product home page Git Product logo

classification-api's Introduction

UpStride Classification API

TensorFlow 2.3 Python 3.6

What is this repository?

Hi there ๐Ÿ‘‹

We are really excited today to open our Github to the world! After months of research and development we decided to start giving back to the community with our first open-source repository.

We are sharing an image classification code that we use internally to benchmark our engine on several datasets.

This training script has also been shared to our clients to smooth the first time use of our product and simplify the creation of state-of-the-art neural networks.

We hope it will bring value to you as well!

Here you will find how to convert your images dataset to TFRecord format, load them with an efficient data pipeline with various data augmentation strategies and classic deep learning models.

We are also working on an integration of Keras-Tuner for metaparameter search and Differential architectures search method for auto-ml experiments.

We will explain here how to use it with and without Upstride API.

If you're interested in trying this script powered by Upstride technology ๐Ÿš€ feel free to reach out to us at [email protected]

How do I get set up?

Start off by cloning this repository; be careful it uses git submodules, please proceed by doing agit clone --recurse-submodules.

If you forgot to do it, don't panic you can still do a git submodule update --init.

The easiest way is to use docker; we provide 2 docker files, one to run these code using Tensorflow 2.3, and the other one to run UpStride 1.0.

You can build them by using make build or make build_tensorflow.

The tensorflow docker image will soon be on dockerhub.

How do I start a training ?

training

See the ๐ŸŽ“ Documentation

or

Get started with cat vs dog classification example

Unittesting and code coverage

  • To run the unittests, run python test.py
  • To get the coverage, run coverage run test.py. Then coverage report show the coverage information and coverage xml create a file usable by VSCode

Would you like to contribute?

If you discovered a bug or have any idea please raise an issue. If you wish to contribute, pull requests are also welcome.

We will try to review them as fast as possible to integrate your work in a timely manner.

Unit-tests with pull requests are also welcome to smooth this process.

Thank you! โœŒ๏ธ

classification-api's People

Contributors

asbharath avatar jchaufour avatar jrouquie avatar mkarpushin-upstride avatar mouraphilipe avatar net-mist avatar rarefin avatar rroseandrieux avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

classification-api's Issues

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.