Skip to content

Latest commit

 

History

History
71 lines (50 loc) · 2.96 KB

README.md

File metadata and controls

71 lines (50 loc) · 2.96 KB


US Census Bureau
Beans Classifier with Transfer Learning

A Pytorch implementation of Google Vision Transformers.

google Hugging Face pytorch

Key FeaturesHow To UseCreditsLicense

screenshot

Key Features

  • This deep learning model classifies a given leaf photo by its quality.
  • Data is taken from Hugging Face and is called vit-base-beans .
  • We implemented transfer learning techniques. The pre-trained model is a Vision Transformer (base-sized model) developed by Google.

How To Use

To clone and run this application, you will need Git.

# Clone this repository
$ git clone https://github.com/santiagoahl/beans-classification.git

# Go into the repository
$ cd beans-classification

# Install Jupyter Notebooks
$ pip install jupyterlab
$jupyter-lab
$pip install notebook

# Run
$jupyter notebook

Credits

This model uses the following open source datasets packages:

License

MIT


Web Site santiagoal.super.site  ·  GitHub @santiagoahl  ·  Twitter @sahumadaloz