Difference between revisions of "Watch me Build a Finance Startup"

From
Jump to: navigation, search
Line 12: Line 12:
 
* [[Natural Language Processing (NLP)]] - [http://primo.ai/index.php?title=Natural_Language_Processing_(NLP)#Sentiment_Analysis Sentiment_Analysis]
 
* [[Natural Language Processing (NLP)]] - [http://primo.ai/index.php?title=Natural_Language_Processing_(NLP)#Sentiment_Analysis Sentiment_Analysis]
 
* [[Bidirectional Encoder Representations from Transformers (BERT)]]
 
* [[Bidirectional Encoder Representations from Transformers (BERT)]]
* [http://firebase.google.com/ Firebase | Google]'s mobile development platform
+
* [http://firebase.google.com/ Firebase] | Google's mobile development platform
 
* [http://www.anychart.com/ AnyChart]
 
* [http://www.anychart.com/ AnyChart]
 
* [[DialogFlow]] | Google
 
* [[DialogFlow]] | Google
 
* [[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
 
* [http://pythonhosted.org/Braid/ Braid] - Meta-framework for faster prototyping in Deep Learning
 +
* [http://plaid.com/ Plaid] for users to connect their bank accounts to an app
 
   
 
   
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]] + [http://firebase.google.com/ Firebase] + [http://plaid.com/ Plaid] + [[DialogFlow]]  + [http://alpaca.markets/ 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 19:01, 23 April 2019

YouTube search... ...Google search

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