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

Adding basic structure for the FastAPI server and command line #2

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

deppp
Copy link
Contributor

@deppp deppp commented Oct 17, 2023

No description provided.

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
Copy link
Contributor

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"
Copy link
Contributor

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 ?

@nehalecky nehalecky requested review from farioas and removed request for farioas November 3, 2023 14:32
@robot-ci-heartex robot-ci-heartex marked this pull request as draft April 5, 2024 07:48
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

Successfully merging this pull request may close these issues.

None yet

2 participants