The Crypto Bros Robo Forecaster is a publicly accessible Facebook Messenger Robo Advisor which uses sentiment analysis of Twitter data and machine learning to forecast predictions on the price and profits of the user’s desired cryptocurrency.
Users may interact with the Crypto Bros Robo Forecaster via Facebook Page or Facebook Messenger
- Facebook Page: The interface which makes the Robo Advisor accessible to users
- Facebook App: The application that passes input from page to AWS
- AWS Lex: Creates the intent, accepts input and returns outputs
- AWS Lambda: The core functionality that processes input from Lex and returns results to Lex
- Twitter App: Performs sentiment analysis on user's desired cryptocurrency
- Facebook Prophet: Forecasts the future prices of user's desired cryptocurrency
git clone git@github.com:santiago-pesantez/Project-2.git
cd Project-2
pip install -r requirements.txt