dwyl / image-classifier

πŸ–ΌοΈ Classify images and extract data from or describe their contents using machine learning
GNU General Public License v2.0
22 stars 3 forks source link

Feat: Record `Video` Tutorial for this Repo! πŸ“Ί #23

Open nelsonic opened 12 months ago

nelsonic commented 12 months ago

@LuchoTurtle as discussed verbally, we're going to showcase this repo using Video.

Once we've tidied up the repo and landing page a bit #7 + #22 ✨ and added the DB (can be SQLite) to save metadata + classification #3 πŸ”‹ We should plan to create a Video Tutorial of this project. πŸŽ₯

Note: The objective is two-fold:

  1. Make a world class tutorial that anyone can follow.
  2. Showcase your @LuchoTurtle communication & technical skills

Todo

nelsonic commented 9 months ago

@LuchoTurtle when you feel the repo is β€œready” for wider publication, please let’s get on a call and go through what is needed for recording the video with the highest possible production quality (image & sound). forget about applying for jobs and doing pointless interview prep when there a thousand other candidates. Unless you personally know the hiring manager, the only way for them to GET to β€œknow” you, your abilities/skills and communication is by recording a Video. It’s the reason people are required to submit a video as part of their application to YCombinator https://www.ycombinator.com/video.html or Founders & Coders. once the video is published you share it on your LinkedIn and set your profile to β€œavailable for hire” and let the recruiters come to you!

LuchoTurtle commented 9 months ago

Before tackling this issue, I need to get #18 sorted first and then change the frontend afterwards (haven't created an issue for this, will depend on how #18 is implemented). Only then I'll start recording a tutorial.

But #18 is quite a tall task to have it fully documented and tested. Though I feel it is close to being completed, there's testing that still needs to be done. Having semantic search will make this repo super duper useful imo :)

nelsonic commented 9 months ago

Audio-to-text (#18) was never the purpose of this repo. It's an image classifier not a speech-to-text demo. This is the definition of "feature creep". Not saying that this isn't a nice-to-have feature, just definitely not something that we need. I would much prefer to split the audio-to-text out into a separate repo to avoid complicating this one. I should have made that clearer back in November... ⏳ πŸ’­ I thought it was just going to be a "quick" addition. But it's really not ... πŸ˜•

Please completely ignore audio-to-text completely for the purposes of the Video Tutorial. The audio-to-text should not be on the home page of this app. It can be on a dedicated page as a separate demo. But it's not the focus.

Semantic search is useful, yes. But only if the person uploading an image doesn't get the desired classification. The whole point of this project was to allow us to upload an image and have it classified. That's it. Anything else is certainly a "bonus" but not the focus.

Avoiding recording the video because a nice-to-have non-core feature isn't done yet is like people who procrastinate on fitness because they don't have the "right" water bottle. πŸ€¦β€β™‚οΈ

Just get the the video done for the "baseline" features so that the video is a brief as possible. At the end of the video you can take 10 seconds to describe the "advanced" features (Semantic Search + Audio-to-Text) and ask people if they want a follow-up video walking through them.