Skip to content
Snippets Groups Projects

fixed links

Merged Jennifer Mankoff requested to merge jen-week6 into UACCESS-24fa
2 files
+ 96
13
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -24,13 +24,13 @@ Your idea should offer develop technology that will help to advance the needs of
{% details Final Project Examples from past Undergraduate and Masters Accessibility Courses %}
Some examples of what people have done in the past include:
- [Alti Discord Bot](alti.html). Alti is a Discord bot that automatically generates alt text for any image that gets uploaded onto Discord. Once you add Alti to your Discord server, Alti will automatically generate alt text for the image using artificial intelligence (AI). [Demo](https://alti-9e674.web.app/)
- [Complexion Cupid: Color Matching Foundation Program](complexion-cupid.html). Allows individuals with color blindness to upload an image of their skin, and provides a makeup foundation match. Additionally, individuals can upload existing swatches and will be provided with filtered photos that better show the matching accuracy. [Source](https://github.com/catamtz3/uwimg2)
- [Twitter Content Warnings](content-scanner.html). A chrome extension meant to be used in conjunction with twitter.com in order to help people with PTSD
- [Lite Lingo: Plain Text Translator](lite-lingo.html). A plain text translator to help individuals with learning disabilities. [Demo](https://ryanvanle.github.io/lite-lingo-website/) and a [plain language checker](https://yichiang.github.io/plain-language-checker/#/)
- [Matplotalt: Alt text for matplotlib figures](matplotalt.html). A small python package to generate and surface alt text for matplotlib figures and improving [chart accessibility](https://accessiplot.readthedocs.io/en/latest/)
- [PadMap: Accessible Map for Menstrual Products](padmap.html) Our goal is to ensure that anywhere on campus, people can search up the closest free menstrual products to them and get there in an accessible way. [Source](https://github.com/kirstenmg/padmap)
- [SpeechIT](speaker-notes.html). A presentation speech checker to ensure a user’s verbal speech during presentation is accessible and understandable for everyone.
- [Alti Discord Bot](https://courses.cs.washington.edu/courses/cse493e/23au/projects/alti.html). Alti is a Discord bot that automatically generates alt text for any image that gets uploaded onto Discord. Once you add Alti to your Discord server, Alti will automatically generate alt text for the image using artificial intelligence (AI). [Demo](https://alti-9e674.web.app/)
- [Complexion Cupid: Color Matching Foundation Program](https://courses.cs.washington.edu/courses/cse493e/23au/projects/complexion-cupid.html). Allows individuals with color blindness to upload an image of their skin, and provides a makeup foundation match. Additionally, individuals can upload existing swatches and will be provided with filtered photos that better show the matching accuracy. [Source](https://github.com/catamtz3/uwimg2)
- [Twitter Content Warnings](https://courses.cs.washington.edu/courses/cse493e/23au/projects/content-scanner.html). A chrome extension meant to be used in conjunction with twitter.com in order to help people with PTSD
- [Lite Lingo: Plain Text Translator](https://courses.cs.washington.edu/courses/cse493e/23au/projects/lite-lingo.html). A plain text translator to help individuals with learning disabilities. [Demo](https://ryanvanle.github.io/lite-lingo-website/) and a [plain language checker](https://yichiang.github.io/plain-language-checker/#/)
- [Matplotalt: Alt text for matplotlib figures](https://courses.cs.washington.edu/courses/cse493e/23au/projects/matplotalt.html). A small python package to generate and surface alt text for matplotlib figures and improving [chart accessibility](https://accessiplot.readthedocs.io/en/latest/)
- [PadMap: Accessible Map for Menstrual Products](https://courses.cs.washington.edu/courses/cse493e/23au/projects/padmap.html) Our goal is to ensure that anywhere on campus, people can search up the closest free menstrual products to them and get there in an accessible way. [Source](https://github.com/kirstenmg/padmap)
- [SpeechIT](https://courses.cs.washington.edu/courses/cse493e/23au/projects/speaker-notes.html). A presentation speech checker to ensure a user’s verbal speech during presentation is accessible and understandable for everyone.
- [Make Arduino programming more accessible](https://uwcse-nsds.github.io/arduino-a11y/) by visualizing output from its sensors accessible and creating [tactile schematics](https://www.hackster.io/monica/creating-tactile-schematics-using-fritzing-5b47f8) for circuits
{% enddetails %}
Loading