-
Notifications
You must be signed in to change notification settings - Fork 3
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
[PR] Creating basic image classifier with Elixir #2
Conversation
I'm having immense trouble previewing the image and copying it to the DOM before consuming it. I've tried using the I'm trying to circumvent this by using an additional allow_upload(:image_list,
accept: ~w(image/*),
auto_upload: true,
progress: &handle_progress/3,
max_entries: 1,
chunk_size: 4_000,
max_file_size: 64_000
)} I've tried many ways of doing this but I can't seem to figure it out. I could copy the file path to an |
This comment was marked as outdated.
This comment was marked as outdated.
…olourspaced-image. Adding errors showing.
I've added virtually all of the documentation and the application is now functional. I've been researching on how to get this to work, namely form:
But haven't had good results on this. I'm trying to implement a supervisor to do this (from https://elixirforum.com/t/best-way-of-doing-an-integration-test-that-spans-a-task-start/39429/2) but I'm struggling to get it to work. Other than that, the app works (although it does not show the image after submitting, which is something I wanted to get to work as well, but it's not "essential") |
Welcome to Codecov 🎉Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment. Thanks for integrating Codecov - We've got you covered ☂️ |
This should be mergeable 👌 |
@LuchoTurtle demo on Standup this morning was superb! 😍 |
I've reassigned it to myself because I want to make some additional changes. I'll hand it over to you after those. |
This comment was marked as resolved.
This comment was marked as resolved.
Reassigning back to you 👌 |
Gonna pick this up (run + review) as soon as I get a decent chunk of alone time.... 🤞 ⏳ |
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.
Excellent work @LuchoTurtle! 🥇
Merging so other people can learn along. 👌
closes #1
This creates a simple image classifier with
Bumblebee
and performs image captioning tasks that return a descriptive text of the image (not to be confused with image classification, which yields a weighted list of predictions).