Difference between revisions of "Watch me Build a Finance Startup"
| Line 17: | Line 17: | ||
* [[TensorFlow]] | * [[TensorFlow]] | ||
* [http://alpaca.markets/ alpaca] API lets you build and trade with real-time market data for free | * [http://alpaca.markets/ alpaca] API lets you build and trade with real-time market data for free | ||
| + | * [http://pythonhosted.org/Braid/ Braid] - Meta-framework for faster prototyping in Deep Learning | ||
I've built an app called Artificial Advisor that helps you manage your personal finances. After connecting to your bank account, it automatically categorizes your transactions and helps you allocate a monthly budget. You can ask the app questions about your budget and it will also make automated investment decisions for you in several stocks in the industry of your choosing. In this lecture, i'll explain the code and thought process I used to build it so that you can build your own finance startup. I used Tensorflow + Firebase + Plaid + Dialogflow + Alpaca to build this. Enjoy! [http://github.com/llSourcell/Watch-Me-Build-a-Finance-Startup Code for "Watch Me Build a Finance Startup" | Siraj Raval - GitHub] | I've built an app called Artificial Advisor that helps you manage your personal finances. After connecting to your bank account, it automatically categorizes your transactions and helps you allocate a monthly budget. You can ask the app questions about your budget and it will also make automated investment decisions for you in several stocks in the industry of your choosing. In this lecture, i'll explain the code and thought process I used to build it so that you can build your own finance startup. I used Tensorflow + Firebase + Plaid + Dialogflow + Alpaca to build this. Enjoy! [http://github.com/llSourcell/Watch-Me-Build-a-Finance-Startup Code for "Watch Me Build a Finance Startup" | Siraj Raval - GitHub] | ||
<youtube>oeraUtRgsbI</youtube> | <youtube>oeraUtRgsbI</youtube> | ||
Revision as of 18:55, 23 April 2019
YouTube search... ...Google search
- Assistants
- Bot Framework
- Natural Language Processing (NLP) - Sentiment_Analysis
- Bidirectional Encoder Representations from Transformers (BERT)
- Firebase | Google's mobile development platform
- AnyChart
- DialogFlow | Google
- TensorFlow
- alpaca API lets you build and trade with real-time market data for free
- Braid - Meta-framework for faster prototyping in Deep Learning
I've built an app called Artificial Advisor that helps you manage your personal finances. After connecting to your bank account, it automatically categorizes your transactions and helps you allocate a monthly budget. You can ask the app questions about your budget and it will also make automated investment decisions for you in several stocks in the industry of your choosing. In this lecture, i'll explain the code and thought process I used to build it so that you can build your own finance startup. I used Tensorflow + Firebase + Plaid + Dialogflow + Alpaca to build this. Enjoy! Code for "Watch Me Build a Finance Startup" | Siraj Raval - GitHub