BJJ submission Finder

game_finder

I leveraged my data science expertise to create a web application predicting optimal Brazilian Jiu-Jitsu (BJJ) submissions based on body type. To achieve this, I first collected data on successful submissions from ADCC tournaments using web scraping. Then I trained a decision tree model using data from the prestigious ADCC competition. This model analyzes an individual's body type and recommends the most effective submission techniques. I then built a user-friendly web application hosted on the secure and scalable Amazon Web Services (AWS) platform. The application interacts with a PostgreSQL database, also hosted on AWS, which stores the user input and the model's recommendations. This project combines data science techniques with cloud computing to provide BJJ enthusiasts with a personalized approach to submission selection. You can download all the necessary files from GitHub or follow along in the Jupyter Notebook below:

Next
Next

ADCC Historical Data