Skip to content

xcthulhu/EECS349

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EECS349 Project

Scrape images on tumblr with tags and notes

INSTALL

$ make requirements

USE

There are several ways to use this software.

To scrape image data from the web:

$ make scrape

To get reference data:

$ make reference

To train an SVM on reference data using Histogram of Oriented Gradients (HOG) features:

$ make <kind>-reference-hog-svm

To train an SVM on scraped data using HOG features:

$ make <kind>-scrape-hog-svm

About

Final Project for EECS349

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published