Coder Social home page Coder Social logo

cifare10_machin_learning's Introduction

This is a Streamlit app that allows users to upload an image and see the prediction of the image's class. The app is built using the following libraries:

  • numpy
  • matplotlib
  • streamlit
  • tensorflow
  • PIL

The main function of the app is main(). This function first creates a title and a description for the app. It then creates a file uploader widget and displays the image that the user uploads. The function then resizes the image to 32x32 pixels and converts it to a NumPy array. The array is then reshaped to 1x32x32x3, which is the format that the Cifar10 model expects.

The function then loads the Cifar10 model and makes a prediction for the image. The prediction is a list of probabilities, one for each class in the Cifar10 dataset. The function then creates a bar chart to visualize the predictions. The bar chart shows the probability of each class, with the highest probability on top.

The function finally displays the bar chart to the user.

Here are the steps on how to use the app:

  1. Open the app in a web browser.
  2. Click the "Upload an image" button and select an image from your computer.
  3. The image will be displayed in the app.
  4. The app will make a prediction for the image and display a bar chart of the predictions.

I hope you find this app helpful!

cifare10_machin_learning's People

Contributors

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