Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deacondesperado/smarttomatoes
An experiment in collective intelligence using the Rotten Tomatoes API
https://github.com/deacondesperado/smarttomatoes
Last synced: 2 days ago
JSON representation
An experiment in collective intelligence using the Rotten Tomatoes API
- Host: GitHub
- URL: https://github.com/deacondesperado/smarttomatoes
- Owner: DeaconDesperado
- Created: 2013-02-28T21:06:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-04T19:48:40.000Z (almost 12 years ago)
- Last Synced: 2025-01-07T22:39:40.504Z (3 days ago)
- Language: Python
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## An exercise in collaborative intelligence
A simple POC using the Rotten Tomatoes API to compare Top Movie Critics and their commonality to one another.
Uses the Pearson Similarity Metric:
![image](http://snips.deacondesperado.com/rtapi/pear.gif 'Pearson Metric')
Where x and y = the set of two individual's comparative ratings for titles.
The service itself is wrapped inside a Tornado webserver. A separate thread of execution periodically rebuilds the index and loads in into memory, keeping read perfomance consistent regardless of volume of requests.
The pearson calculation is done in this background task and cached by critic name.