Amitai's picture
Update README.md
8109504

A newer version of the Gradio SDK is available: 5.29.0

Upgrade
metadata
title: Image Classification - Biodegradable vs Nonbiodegradable
emoji: 📚
colorFrom: pink
colorTo: indigo
sdk: gradio
sdk_version: 2.8.10
app_file: app.py
pinned: false

This app was built using 2 machine learning models:

These 2 models where pre trained in the following ways:

The Logistic regression classifier can be used by the pickle file - lr-model.pickel.

The steps of the calculations are as follows:

a. Get an image from the user.

b. Get features of the image by using CLIP neural network.

c. Use pre trained logistic regression classifier to predict the image class.

d. Display class name.