Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 414 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 414 Bytes

Adoptomizer

A distributed system built on Akka which inserts ads on websites in places with content that best fits the ads category

How to train classifiers

curl -X POST -d '<PATH TO CSV FILE>' http://localhost:8090/system/train
An example csv is located in resources/data.csv

How to insert an ad on a website

curl -X POST -H "Content-Type: application/json" -d @test.json http://localhost:8080/ad