Skip to content

A WARC tool which uses Keras + Spark to do Pokemon classification.

Notifications You must be signed in to change notification settings

h324yang/warc-image-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

warc-image-classification

Download and Compile AUT

git clone https://github.com/archivesunleashed/aut.git
cd aut
mvn clean install -DskipTests
cd ..

Download Spark

curl -L "https://archive.apache.org/dist/spark/spark-2.3.2/spark-2.3.2-bin-hadoop2.7.tgz" > spark-2.3.2-bin-hadoop2.7.tgz 
tar -xvf spark-2.3.2-bin-hadoop2.7.tgz

Install Dependencies

pip install -r req.txt

Set Up StandAlone Mode

./spark-2.3.2-bin-hadoop2.7/sbin/start-master.sh
./spark-2.3.2-bin-hadoop2.7/sbin/start-slave.sh 127.0.1.1:7077

Run

sh run_detection.sh

Get Images

sh get_images.sh

About

A WARC tool which uses Keras + Spark to do Pokemon classification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages