-
Notifications
You must be signed in to change notification settings - Fork 30
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
Integration trash-ai in citizen science project #130
Comments
Awesome to hear about your project @lennartsteenberghs. Apologies for the late reply. Is there a reason you don't want to use the web app? https://www.trashai.org/ How would you want to interact with an API? |
Hi, I know I wasn't the one who initiated the request but I do have a relevant question, me and my friends wanted to use an API of this model for an app we are building (open-source), and we have a paged dedicated to trash classification. Now I was looking for a specific endpoint that I can upload and retrieve an image through the app because the web app does not help with this task. Let me know if you have anything currently that could help me. Thank you! |
Thanks for reaching out! An API isn't built yet but would be a welcomed
addition to the tool if you can build it.
…On Tue, Oct 24, 2023, 9:38 AM DhruvSingh0905 ***@***.***> wrote:
Hi, I know I wasn't the one who initiated the request but I do have a
relevant question, me and my friends wanted to use an API of this model for
an app we are building (open-source), and we have a paged dedicated to
trash classification. Now I was looking for a specific endpoint that I can
upload and retrieve an image through the app because the web app does not
help with this task. Let me know if you have anything currently that could
help me.
Thank you!
—
Reply to this email directly, view it on GitHub
<#130 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGMUJU475AOQGBDMFSR7YNTYA7VHJAVCNFSM6AAAAAAWEMC5KSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZXGYYTKNJZHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Would be happy to build it out and add it, would need access to the model itself, I do believe I already have the code for mapping the classifications. I looked through GitHub and Docker, but I could not find the model itself. If you have a directory or a link, I could start building it. |
This should help to get the model up and running:
https://github.com/code4sac/trash-ai/tree/aws/trashai-staging/model/build
…On Thu, Oct 26, 2023, 12:25 PM DhruvSingh0905 ***@***.***> wrote:
Would be happy to build it out and add it, would need access to the model
itself, I do believe I already have the code for mapping the
classifications. I looked through GitHub and Docker, but I could not find
the model itself. If you have a directory or a link, I could start building
it.
—
Reply to this email directly, view it on GitHub
<#130 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGMUJUY7TVLSYCTRRGOE27TYBK2KBAVCNFSM6AAAAAAWEMC5KSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBRG43DSMRZGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi Everyone,
In terms of my master thesis I am developping a mobile application to gather data about the waste consumption on the island of Aruba. I am trying to integrate the trash-ai algorithm, so that users just have to take a photo of their trash and the trash can be recognized by the algorithm (and than later saved in a database).
I am a newbie in software, and certainly in docker, AWS, ... . I just want to communicate with the trashai API. So that I can send post requests (with the photo) and get a response that has the information of the recognized data.
Currently I am trying deploy the application locally (with docker) on the google cloud shell. But I am totally not sure if this is the right way and I am also really struggling to get it on GCS.
Could someone help me please?
The text was updated successfully, but these errors were encountered: