Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 382 Bytes

File metadata and controls

25 lines (19 loc) · 382 Bytes

Visualizing the Space of Logos of the Fortune 500

Using machine learning to explore visual similarity in the logos of the Fortune 500.

Commands

Clone the repository:

git clone https://github.com/knutsynstad/fortune500.git

Install dependencies:

npm install

Run development server:

npm run server

Run build script:

npm run build