siyengar/cookbook-prototype
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Description ----------- cookbook-prototype is an implementation of a privacy perserving ad network that only stores tracking information within the browser. It supports essential ad network functionality such as retargeting, behavioral tracking, behavioral targeting, and frequency capping. This is joint work with Arvind Narayanan and Jonathan Mayer at Stanford. Running ------- To run simply enter: ./runapp.py config.xml More on how to set-up the database later config.xml and wsgi_config.xml are a part of the flowise framework https://github.com/siyengar/flowise The default configuration will start a server at port 8001. To view the demo visit localhost:8001/demo/ (the slash at the end is important)