Skip to content

petercunha/Boilermake2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Optic Search

Optic Search is an image search engine. Upload any image, and our system will use machine learning to identify it, add searchable keywords, and index it in our database. All uploaded images are then publicly searchable.

Demo

Visit our website

Technologies

  • Clarifai (Deep learning API. Extracts keywords from images.)
  • Algolia (Search API. Provides fast and reliable search functionality.)
  • Google Cloud (We're using their servers to host the project.)
  • MongoDB Stitch (Serverless functions to handle image upload and host them in AWS S3.)

Authors