Skip to content

TejK24/Team-7---Multimodal-Accessibility

 
 

Repository files navigation

TOPH

Accesible plotting library that implements heuristic sonification methods to provide first-class accesibility features for low vision and blind individuals. Toph using sound

Team Members

  • Yu-Sheng (Chris) Chen
  • Muhammed Ersoy
  • Tejashri Kelhe
  • Rithvik Srinivasaiya
  • Marcus Kadam

Usage

import toph.plots as plt

if __name__ == "__main__":

    x = [0,1,2,3]
    y = [10,20,40,20]

    bar = plt.bar(x,y)

    bar.play()

Installation

GNU Linux

To use the most recent python versions (> 3.6), you may need to build pyaudio from source as the pre-built wheels are not available in package archives.

Just clone and cd into the repository and run;

pip install .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 91.8%
  • Python 8.2%