TensorFlow를 사용하여 이미지의 객체를 인식하는 기계 학습 데모 앱
Machine learning is cool, so I took some time to play around with it via TensorFlow. I was able to get this slick demo app working where you can upload an image via your camera or file picker and analyze it. The model is local and basic, so the accuracy isn't great, but it works decently well with basic objects. Have fun!
This app is open-source! You can find the code at: <a href="https://github.com/Gear61/Object-Recognizer</a>