Skip to main content

Image classification using Pre-trained Models

Project description


Markdownify


ptmodels


ptmodels uses pre-trained models to evaluate image datasets and helps to understand which model works better.Electron.

<img src="https://badge.fury.io/js/electron-markdownify.svg"

     alt="Gitter">

  <img src="https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.svg">
<img src="https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&amp;style=flat">

Installation

How To Use

Classification

Credits

Related

License

screenshot

Installation

  • Install ptmodels by simply use the snippet into the terminal
pip install ptmodels

How To Use

To clone and run this application, use git clone on your computer. From your command line:

# Clone this repository

$ git clone https://github.com/rafsunsheikh/ptmodels



# Go into the repository

$ cd ptmodels



# Install dependencies

$ npm install



# Run the app

$ npm start

Note

If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Classification

from ptmodels.Classifier import PreTrainedModels

from tensorflow.keras.datasets import cifar10

(x_train, y_train), (x_test, y_test) = cifar10.load_data()



model = PreTrainedModels(NUM_CLASSES=10, BATCH_SIZE=32, EPOCHS=2, LEARNING_RATE=0.001, MOMENTUM=0.9)

df = model.fit(x_train, y_train, x_test, y_test)

print(df)

Credits

This software uses the following open source packages:

Related

LazyPredict - Classification using basic models

Support

Buy Me A Coffee

Or

<img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160">

You may also like...

  • Pomolectron - A pomodoro app

  • Correo - A menubar/taskbar Gmail App for Windows and macOS

License

MIT


rafsunsheikh.github.io/Web  · 

GitHub @rafsunsheikh  · 

Twitter @RafsunSheikh  · 

LinkedIn @md-rafsun-sheikh

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ptmodels-0.0.2.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

ptmodels-0.0.2-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page