Inspiration
As this was our first hackathon, we wanted to build familiarity with various programming languages and frameworks. We used Python and SQLite to implement the back end of the program, as well as JavaScript and HTML/CSS to implement the front end.
What it does
The program takes an input CSV file from the user and converts the file to a SQLite database/table. From there the program also takes two inputs, an x-variable and y-variable for two values that the user wants to compare using a linear regression model. Finally, the program displays a linear regression model chart, implemented using the seaborn/matplot libraries
Challenges we ran into
By far the biggest challenge we ran into was connecting the Python backend to the JavaScript frontend. Majority of our time was spent connecting the two. Eventually, we came up with a solution by using the Flask framework.
What we learned
Overall, we learned that overcoming challenges when building a project can be very difficult at times. Despite this, we have learned that there is always a way around the obstacles we encounter, as long as we put in the time and dedication.

Log in or sign up for Devpost to join the conversation.