I used a trained image classification model off Tensorflow to recognize italian brainrot. Trained off Bubble PW's amazing dataset and webscraped images to recognize user input. Go try it out!
Italian brainrot's cool. machine learning is cool.
I had to learn how to use TensorFlow, Flask for deploying the app and linking to html file. I followed tutorial on OpenCV by FreeCodeCamp which gave me foundational knowledge of how image recognition neural networks worked. I made my own webscraping tool with Selenium and labeled datasets through OS filemaking and trained a keras. yea. I also learned to put requirements.txt to make sure it runs on HuggingFace
Some of the biggest challenges were:
- Learning tensorflow and flask as well as selenium and os