All Projects → d4t4x → node_apply-magic-sauce

d4t4x / node_apply-magic-sauce

Licence: other
No description or website provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to node apply-magic-sauce

Deep-learning-model-deploy-with-django
Serving a keras model (neural networks) in a website with the python Django-REST framework.
Stars: ✭ 76 (+61.7%)
Mutual labels:  prediction
cleverapi
Python API для игры Клевер от ВКонтакте / Python API for quiz game Clever
Stars: ✭ 12 (-74.47%)
Mutual labels:  third-party-api
Tensorflow-Wide-Deep-Local-Prediction
This project demonstrates how to run and save predictions locally using exported tensorflow estimator model
Stars: ✭ 28 (-40.43%)
Mutual labels:  prediction
engine
Benefit from new browsers' technologies to speed up your site
Stars: ✭ 39 (-17.02%)
Mutual labels:  prediction
The-Purchase-and-Redemption-Forecast-Challenge-baseline
天池“资金流入流出预测——挑战baseline”的解决方案,线上效果143.5
Stars: ✭ 78 (+65.96%)
Mutual labels:  prediction
Facial-Recognition-Tool
➰ A Facial Recognition tool based on Open-CV.
Stars: ✭ 44 (-6.38%)
Mutual labels:  prediction
vlainic.github.io
My GitHub blog: things you might be interested, and probably not...
Stars: ✭ 26 (-44.68%)
Mutual labels:  prediction
ichingshifa
Python 易經筮法、大衍之數、六十四卦、六爻、京房易、爻辭、日期占卦、占卜。A python package of Ichingshifa (also known as Yarrow Stalks Divination).
Stars: ✭ 23 (-51.06%)
Mutual labels:  prediction
SGP.NET
C# SGP4 Satellite Prediction Library. Load satellites from TLEs, convert between coordinate systems and reference frames, observe satellites from ground stations, and more.
Stars: ✭ 15 (-68.09%)
Mutual labels:  prediction
Vision CoreML-App
This app predicts the age of a person from the picture input using camera or photos gallery. The app uses Core ML framework of iOS for the predictions. The Vision library of CoreML is used here. The trained model fed to the system is AgeNet.
Stars: ✭ 15 (-68.09%)
Mutual labels:  prediction
TensorFlow CNN
Example CNN on CIFAR-10 classification
Stars: ✭ 14 (-70.21%)
Mutual labels:  prediction
blockchain-predictor
Deep leraning cryptocurrency prediction with blockchain-based dataset
Stars: ✭ 34 (-27.66%)
Mutual labels:  prediction
ANTsR
Advanced Normalization Tools in R
Stars: ✭ 101 (+114.89%)
Mutual labels:  prediction
prediction-builder
A library for machine learning that builds predictions using a linear regression.
Stars: ✭ 107 (+127.66%)
Mutual labels:  prediction
automatic-personality-prediction
[AAAI 2020] Modeling Personality with Attentive Networks and Contextual Embeddings
Stars: ✭ 43 (-8.51%)
Mutual labels:  personality
PlasFlow
Software for prediction of plasmid sequences in metagenomic assemblies
Stars: ✭ 74 (+57.45%)
Mutual labels:  prediction
sg-food-ml
This script is used to scrap images from the Internet to classify 5 common noodle "mee" dishes in Singapore. Wanton Mee, Bak Chor Mee, Lor Mee, Prawn Mee and Mee Siam.
Stars: ✭ 18 (-61.7%)
Mutual labels:  prediction
AgeEstimateAdience
Age and Gender Estimation Using Convolutional Neural Network
Stars: ✭ 42 (-10.64%)
Mutual labels:  prediction
FTRLProximal
R package for online training of regression models using FTRL Proximal
Stars: ✭ 12 (-74.47%)
Mutual labels:  prediction
Word-Prediction-Ngram
Next Word Prediction using n-gram Probabilistic Model with various Smoothing Techniques
Stars: ✭ 25 (-46.81%)
Mutual labels:  prediction

Using Node and Apply Magic Sauce API

Research Paper: http://www.pnas.org/content/110/15/5802.full.pdf?with-ds=yes

API documentation: https://applymagicsauce.com/documentation.html

Predicted Traits from Like IDs: https://applymagicsauce.com/documentation_traits.html

See what Facebook tells you it knows about you: https://www.facebook.com/ads/preferences/

Instructions for setup

  • get customer ID and API key at https://applymagicsauce.com/research.html
  • open terminal
  • type cd path/to/downloaded/folder and enter (learn more about terminal here)
  • in the terminal window type npm install
  • go to the downloaded folder and rename the file secrets_example.json to secrets.json
  • open the secrets.json file and paste in your Apply Magic Sauce customer_id and api_key
    • leave the token for now
  • in the terminal window type node app.js

Example Facebook Like IDs

18807449704 - Mashable

115384328477363 - The Creators Project

7976226799 - The Daily Show

10429446003 - The xx

5878552155 - Ludovico Einaudi

6815841748 - Barack Obama

35481394342 - The Godfather

9328458887 - adidas Originals

12463674069 - Curly Fries

124955570892789 - Bernie Sanders

102099916530784 - Humans of New York

https://developers.facebook.com/tools/explorer/

View predictions in HTML format

This page will automatically grab the predictions.json file from the folder to display the data in a more readable format. It also adds links to the corresponding Facebook pages. So, e.g. Mashable can be accesed via http://facebook.com/18807449704.

  • if you are not in the directory of the main folder, type cd path/to/downloaded/folder and enter
  • type python -m SimpleHTTPServer and enter
  • open browser at localhost:8000/public
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].