-
Notifications
You must be signed in to change notification settings - Fork 76
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
Adding basic structure for the FastAPI server and command line #2
base: master
Are you sure you want to change the base?
Conversation
adala learn --skill "Object Classification" | ||
|
||
# Apply the 'Object Classification' skill on new data. If you do not pass specific skill it will apply each one | ||
adala predict --skill "Object Classification" --file sample_dataset_predict.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to upload this file before? if that's the case, do we use some reference to predict?
where do we retrieve the results?
adala add-skill --name "Object Classification" --description "Classify images into categories." --instruction "Example: Label trees, cars, and buildings." | ||
|
||
# Start the learning process | ||
adala learn --skill "Object Classification" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how can I specify this skill is learned on samples_dataset_ground_truth.json
?
No description provided.