An Alexa skill for stock market information
Nexa is an Amazon Alexa skill for stock market information and personalized recommendations. This repository contains all the source code for the Nexa skill that can be run on your Alexa-enabled devices.
You can use Nexa to ask about stock information and personalized recommendations by using phrase such as...
- "Alexa, ask NASDAQ what is the price of Apple?"
- "Alexa, ask NASDAQ for Netflix stock price."
- "Alexa, ask NASDAQ what is the low price of Snapchat?"
- "Alexa, ask NASDAQ what is the high of Nvidia?"
- "Alexa, ask NASDAQ for my portfolio update."
- "Alexa, ask NASDAQ to give me a portfolio update."
- "Alexa, ask NASDAQ for some recommended stocks."
Nexa is written in Python2.7 and hosted on Amazon Web Services. Nexa primarily uses the NASDAQ API for stock information retrieval. It integrates this data with AWS Lambda in order to provide a simplified, comprehensive user experience. Nexa also utilizes Tensorflow to implement latent factor analysis through SVD models to create personalized stock recommendations based off user portfolios.
- Amazon skills developer tutorial
- Research paper on collaborating filtering models by Yehuda Koren
- Machine learning algorithm template code by felipessalvatore
- Movie recommendations with deep learning
Nexa was developed by Wilton Wu, Justin Lu, Lawrence Jiang, and Ingrid Wu from the University of California, Berkeley for Cal Hacks 4.0