Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I already have the model, no need to train the model again. #26

Open
Damarcreative opened this issue Sep 30, 2023 · 1 comment
Open

Comments

@Damarcreative
Copy link

If you are interested in using it, go for it
https://huggingface.co/DamarJati/plastic-recycling-codes

You can try it, it can work with CPU

pip install -q  transformers
# Use a pipeline as a high-level helper
from transformers import pipeline

input_image = "https://huggingface.co/DamarJati/plastic-recycling-codes/resolve/main/example/image3.jpg"

pipe = pipeline("image-classification", model="DamarJati/plastic-recycling-codes")
pipe(input_image)
@lofiamity
Copy link

Thank You

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants