For our project, we decided to go for Clarity Partners' challenge that was to read 415,000 crimes from a csv file and try to predict future crimes using the data. We used an existing csv reader library to read the csv files. We sorted the data into ArrayLists, which served as databases. To predict the future crimes, we separated the different types of crimes and data into objects, which we put into other ArrayLists to make it easier to visualize the data.
Log in or sign up for Devpost to join the conversation.