Worked with a teammate to create a website and interactive example to showcase the dangers of bias in new machine learning AI models.
Created for CS3043 Social Implications of Information Processing.

Website header and top of home page

User input for AI prediction
Centering on a primary interactive example, the user can engage with a dangerously biased AI tool, making clear how impactful problematic development practices can be.
Beginning with an AI machine learning algorithm written in Python, all scripts were ported to PyScript for web hosting, alongside a custom HTML and CSS front end.

PyScript code written to integrate front end with PyScript backing

The page also includes a section dedicated to analyzing the errors in the example code. By going section-by-section the page describes each individual issue and how they might be approached or solved in new projects.