wiltonwu / nexa

Alexa skill for stock market information and recommendations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

An Alexa skill for stock market information

About

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...

Stock close, intraday high, and intraday low prices

  • "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?"

Portfolio summaries

  • "Alexa, ask NASDAQ for my portfolio update."
  • "Alexa, ask NASDAQ to give me a portfolio update."

Personalized recommendations

  • "Alexa, ask NASDAQ for some recommended stocks."

Development

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.

Acknowledgements

Creators

Nexa was developed by Wilton Wu, Justin Lu, Lawrence Jiang, and Ingrid Wu from the University of California, Berkeley for Cal Hacks 4.0

About

Alexa skill for stock market information and recommendations


Languages

Language:Python 98.5%Language:Jupyter Notebook 1.5%