Skip to content

Commit

Permalink
Added brailler photo and video, changed video buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
petermcaughan committed May 2, 2018
1 parent 8ed1c8b commit 32d6caa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
Binary file added project_turnin.zip
Binary file not shown.
7 changes: 6 additions & 1 deletion projects.html
Expand Up @@ -19,8 +19,13 @@
<h1 class="project-name-text">Brailler</h1>
</div>
<div id="representative" class="img-container" style="background-color: lightgray;" >
<span class="helper"></span><img class="img" src="src/img/projectImg/Logo.png">
<span class="helper"></span><img class="img" style="left:2.5vw;" src="src/img/projectImg/brailler.jpg">
</div>

<a href="https://drive.google.com/file/d/1Hzx1awbGTRTpmXj-JI6Jjr1qr4X9-Ylr/view?usp=sharing">
<button class="pictures">See the Demo!<br/></button>
</a>

<div class="description-container">
<p class="description-text">
Brailler is a Braille printing system designed to be easily used by the blind and non-impaired. The integrated microphone uses Google Speech API to recognize voice, produce a text translation, and send this data to a Raspberry Pi controller. The Pi is wired to a repurposed CNC machine, and using PyCNC libraries it can convert text into motor controls that allow the CNC to print Braille on paper. Additionally, the on-board interface allows for selection of image, PDF, and text files. PyTesseract libraries allow for image-to-text translation, and can feed its output into the Pi as well.
Expand Down
6 changes: 3 additions & 3 deletions src/css/projectsPage.css
Expand Up @@ -114,8 +114,8 @@

.pictures{
position:absolute;
left:7vw;
top: 31vw;
left:6.5vw;
top: 35vw;
width:15vw;
height:9vw;
height:5vw;
}
Binary file added src/img/projectImg/021.JPG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/projectImg/brailler.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32d6caa

Please sign in to comment.