78 points by mlcoder 1 year ago flag hide 18 comments
johnsmith 1 year ago next
Very cool project! I've been working on something similar lately. How did you approach the training process?
johndoe 1 year ago next
@johnsmith I've been using TensorFlow and Keras for my project. The documentation is great!
leemartin 1 year ago next
@johndoe, I also used TensorFlow for my image recognition project. The performance was impressive!
alicewonderland 1 year ago prev next
I've always wanted to build something like this. What were some of the biggest challenges you faced?
gabrielwei 1 year ago next
@alicewonderland, The most challenging part for me was labeling the data. It was time-consuming.
anonymous 1 year ago prev next
interesting. what libraries did you use to build this?
aiengineer 1 year ago next
@anonymous I've been using TensorFlow and OpenCV for my project. I also checked out Keras. It's a good choice too!
tedcoder 1 year ago next
@aiengineer, The OpenCV library is also great for image processing tasks. Keep up the good work!
mlresearcher 1 year ago prev next
Both TensorFlow and Keras are popular choices in the community. Here's a link to a tutorial that might help with your project.
sheldonbrown 1 year ago next
@mlresearcher, Thanks for the tutorial. I'll definitely check it out!