Creating a reverse image search platform

AI Thread Summary
The discussion centers on the development of a software solution to crawl and index images from a specific part of the web and perform reverse image searches that account for variations like cropping and toning. An engineer mentioned that an MIT intern successfully created a similar program in a short timeframe. Participants emphasize the importance of clearly defining the target area for image crawling to assess the project's scope and ethical implications. They also highlight the need to explore open-source alternatives to existing expensive technologies for reverse image searching. Interest in collaboration and further discussion on the project is expressed, particularly regarding the methodology used by the MIT student.
garyhe
Messages
1
Reaction score
0
Hi all,

Was told by an engineer at a tech startup to inquire here for anyone interested in discussing/solving/working on this problem.

Basically, I am looking to crawl and index all images on a certain part of the web (yet undefined which part) and to be able to run a reverse image search on all of those images. There are a number of technologies to run the reverse image search that exist, but thus far they are rather expensive to license and imperfect for my needs.

I am told by my engineer friend that an MIT student (his intern) wrote such a program to perform this reverse image search (not exact match, as it would have to account for cropping, toning, etc.) in two weeks. Is anyone interested in giving the development of such a piece of software some thought/discussion/actually doing it?

Thanks!
 
Technology news on Phys.org


Hello,

As a scientist with expertise in image processing and analysis, I am definitely interested in discussing and potentially working on this problem. It sounds like a challenging and exciting project.

I would first recommend defining more specifically what part of the web you would like to crawl and index images from. This will help determine the scale and scope of the project, as well as any potential ethical considerations.

Regarding the reverse image search, there are indeed many existing technologies that may be expensive or imperfect for your needs. However, there may be open-source options or alternative approaches that could be explored. It would be helpful to have more information about your specific requirements and limitations in order to determine the best solution.

I would also be curious to learn more about the program developed by the MIT student. It would be beneficial to understand the methodology and results in order to build upon or improve upon it.

Overall, I am definitely interested in discussing and potentially collaborating on this project. Please feel free to reach out with more information and we can continue the conversation from there. Thank you for bringing this opportunity to our attention.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...
Back
Top