Giter Club home page Giter Club logo

project_data's Introduction

CIFAR-10 Classification with Transfer Learning

This project demonstrates using the Keras API to classify images from the CIFAR-10 dataset using transfer learning.

Method

Models used the classify our images is created from the pretrained image classifiers:

These networks were originally trained to classify images from the imagenet dataset. This dataset consists of thousands of images divided into 1000 distinct categories. The CIFAR-10 dataset only has 10 classes so we only want 10 output probabilities. We upscale our CIFAR-10 dataset from 32x32x3 -> 224x224x3.

Install application

Using Docker. Run by command in data_project directory:

docker compose up -d

And access application with your localhost on 8000 port

Install Pipenv

Pipenv is a new popular way of automatically creating a 'virtualenv' for the project. It creates Pipfile and Pipfile.lock. Install it by using pip:

pip install pipenv

For the application to work corretly, you need to install the neccessary Python libraries. For the installation of the libraries, use the following command:

pipenv install
pipenv shell

Database settings

To set up a database connection, enter the necessary settings for connecting to your database in settings.py located in the application folder.

Run the application

If everything has been installed correctly, run the development server. Use the following command:

$ python manage.py runserver

Open your favorite browser and check at http://127.0.0.1:8000/. You should see a login page that tells you the installation was successfull. Below an example:

Great ๐ŸŽ‰ Now to access the function of the application you need to go through authorization.

project_data's People

Contributors

rostykpython avatar lesiafedorenko 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.