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

add new description field #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

add new description field #29

wants to merge 1 commit into from

Conversation

mishmanners
Copy link
Contributor

@mishmanners mishmanners commented Sep 19, 2024

This pull request includes changes to the pet class in the src/backend/petspotr.py file. The most important changes include adding a new attribute to the pet class, introducing new methods, and updating the constructor to accommodate the new attribute.

Updates to the pet class:

  • Added a new attribute Description to the pet class and updated the constructor to initialize it. (src/backend/petspotr.py)
  • Introduced a new method predict_image to the pet class. (src/backend/petspotr.py)
  • Introduced a new method alert_owner to the pet class, which takes a DaprClient object as a parameter. (src/backend/petspotr.py)

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.

1 participant