https://github.com/agent-hellboy/pyimgclsfy
Library for image classification
https://github.com/agent-hellboy/pyimgclsfy
image-classification imagenet-classifier tensorflow tensorflow2
Last synced: 3 months ago
JSON representation
Library for image classification
- Host: GitHub
- URL: https://github.com/agent-hellboy/pyimgclsfy
- Owner: Agent-Hellboy
- Created: 2019-12-18T18:12:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:56:44.000Z (over 2 years ago)
- Last Synced: 2025-01-09T09:18:09.995Z (4 months ago)
- Topics: image-classification, imagenet-classifier, tensorflow, tensorflow2
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**pyimgclsfy**
==============Library for image classification
**Installation**
----------------git clone https://github.com/princekrroshan01/pyimgclsfy/
cd pyimgclsfy
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
**General Info**
----------------pass
**Prerequisites**
-----------------
pass**using**
---------```
from imagenet import ImageNet
# pass image url like monkey.jpeg into the class
# if image is in root of your project directory else whole path
obj=ImageNet(image_url)# returns label of the image
obj.get_label()```
**Contributing**
----------------Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.