pip install fastc
from fastc import Fastc model = Fastc('labteral/groq-stroke-detector-fastc') label = model.predict_one(text)['label']
Base model