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

From
Jump to: navigation, search
Line 20: Line 20:
 
* [[OpenMined]]
 
* [[OpenMined]]
 
* [http://statsbot.co/blog/building-open-source-google-analytics-from-scratch/ Building Open Source Google Analytics from Scratch | Pavel Tiunov - cube.js]
 
* [http://statsbot.co/blog/building-open-source-google-analytics-from-scratch/ Building Open Source Google Analytics from Scratch | Pavel Tiunov - cube.js]
** [http://github.com/cube-js/cube.js/tree/master/examples/aws-web-analytics cube.js | GitHub] -project contains a web analytics POC built with Cube.js from the Building Open Source Google Analytics from Scratch.
+
** [http://github.com/cube-js/cube.js/tree/master/examples/aws-web-analytics cube.js | GitHub] -project contains a web analytics POC built with Cube.js  
 
** [http://aws-web-analytics-dashboard.s3-website-us-east-1.amazonaws.com/ AWS Web Analytics Dashboard demo]
 
** [http://aws-web-analytics-dashboard.s3-website-us-east-1.amazonaws.com/ AWS Web Analytics Dashboard demo]
 
* [http://github.com/llSourcell/Build-a-Cybersecurity-Startup/tree/master/analytics-dashboard Analytics Dashboard React Application]
 
* [http://github.com/llSourcell/Build-a-Cybersecurity-Startup/tree/master/analytics-dashboard Analytics Dashboard React Application]

Revision as of 11:24, 2 September 2019

YouTube search... ...Google search


DharmaSecurity

I've built a Demo app called DharmaSecurity, a fraud detection tool for businesses. The way it works is that once signed up, a business will paste a code snippet into their website, and then they'll get access to a dashboard that tells them how many fraudulent accounts they have. Our app will use machine learning to automatically remove suspected fraud accounts, and flag likely ones for review. To build this, I use a suite of AWS tools, Python, Javascript, a Logistic Regression (LR) model, a credit card fraud dataset, and a library called OpenMined to enable federated learning and secure multi-party computation. I've packed a lot into this video, animations, code, music, screencasts, skits, etc. Enjoy! Code for "a Cybersecurity Startup" | Siraj Raval - GitHub