We made a website that finds coordinates of the vertices
, contour of the molecule
from photo that you upload. The project was completed in 2 days at the Hack.Genesis hackathon.
- Tracing the image to improve quality. To make it simplier, translating from a raster image to a vector.
- Using the Harris detector, we determine the coordinates of the vertices.
- Create a dictionary of images and determine what vertices are letters.
- Search letters using CNN
- Use bit mapping to speed up photo processing
- Reduce images to the same size to improve nodes detection
@Anthonyvol @evro23x @elenaorlova @svaflica @lemarik
The project is made in python without the use of machine learning