Niketkumardheeryan / ML-CaPsule

ML-capsule is a Project for beginners and experienced data science Enthusiasts who don't have a mentor or guidance and wish to learn Machine learning. Using our repo they can learn ML, DL, and many related technologies with different real-world projects and become Interview ready.
MIT License
333 stars 294 forks source link

Sign-language-translator #812

Closed Nancyjikadra closed 1 week ago

Nancyjikadra commented 2 weeks ago

issue assigned: #801

I have added python file for sign language translator along with readme file.

@Niketkumardheeryan kindly check it & merge it by assigning level under GSSoC'24.

invigorzz313 commented 2 weeks ago

@Nancyjikadra few points to note

  1. The PR must be made from a new branch instead of directly committing from master branch.
  2. The python code must be in a .ipynb file, not .py file. And with proper comments explaining the code.
Nancyjikadra commented 2 weeks ago

@invigorzz313 Thank you for guiding me. I uploaded file in .ipynb format. Is there anything else I have to do to make this pr merge successfully?

invigorzz313 commented 2 weeks ago

@Nancyjikadra I noticed there is no proper output. And for better readability, its good if the code is written in multiple cells with proper comments. And as mentioned earlier, its better if the PR is made from a new branch.