Build-a-Cybersecurity-Startup icon indicating copy to clipboard operation
Build-a-Cybersecurity-Startup copied to clipboard

This is the code for "Build a Cybersecurity Startup" by Siraj Raval on Youtube

Overview

This is the code for this video, "Build a Cybersecurity Startup" by Siraj Raval on Youtube. This is unfinished code, it runs, but the features still need to be integrated together in a coherent way. I'll outline below what to do

Run the intial app

  1. Check out this Live Demo
  2. Follow this blog post.

Package desriptions

  • Event Collection AWS Lambda function
  • Analytics Dashboard React Application

TODO (in order)

  • Switch the react backend to a flask backend
  • Add a suitable homepage to the dashboard. I used Clearbit's for inspiration
  • Train a logistic regression model on credit card fraud data. Here's an example repository.
  • Integrate 2 Openmined libraries, PySyft, and syft.js into the app to enable federated learning and secure multiparty computation.

Credits

Everybody but me, i just put it all together to inspire people to build empowering tools for others.