Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.46 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.46 KB

Image Based Search

This project consists in a image based search which uses computer vision to get features from the images you upload and search for similiar images on Unsplash.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

To get the project up and running you need to have node and npm installed on your machine.

Installing

To start the project you will need to run npm install to download all dependencies.

Then, to run the dev environment locally you should execute:

npm run dev

For the production environment, first run:

npm run build

then:

npm start

Deployment

This project is currently deployed as Heroku app

Built With

Author