Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
the-ebook-bot – AI Model by Brettapps | AlphaNeural AI
You can deploy this model and start earning money today!
Brettapps
/
the-ebook-bot
like
0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
from transformers import AutoProcessor, AutoModelForImageTextToText
processor = AutoProcessor.from_pretrained("google/gemma-4-12B-it") model = AutoModelForImageTextToText.from_pretrained("google/gemma-4-12B-it")