GithubHelp home page GithubHelp logo

shoes-brand-classification-tensorflow-python-flask's Introduction

Image Classification Web App

This is a simple Flask web application that uses a pre-trained neural network to classify images into one of three categories: Adidas, Converse, or Nike. Users can upload an image and the model will predict which category the image belongs to.

Requirements

To run this web app, you will need:

  • Python 3.6 or higher
  • Flask 1.1.2 or higher
  • TensorFlow 2.0 or higher
  • Numpy
  • Pillow

You can install these dependencies using pip:

pip install flask tensorflow numpy pillow

Usage

To start the web app, run the following command in your terminal:

python app.py

This will start the Flask server on http://localhost:5000/. You can then open a web browser and go to http://localhost:5000/ to access the web app.

File structure

The file structure of this project is as follows:

app.py # Flask web app code

saved_model/ # Pre-trained neural network model

static/ # Static files (CSS, JS, images)

templates/ # HTML templates

README.md # Project description and instructions

Credits

The pre-trained neural network used in this web app was created using TensorFlow and the Keras API. The image dataset used to train the model was obtained from Kaggle.

shoes-brand-classification-tensorflow-python-flask's People

Contributors

tech-data 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.