Skip to content

Distributed system for optimizing ad placement on websites

Notifications You must be signed in to change notification settings

pcode93/adoptimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Distributed system for optimizing ad placement on websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published