From 1fd4764fc4c2f5dfda42697c8dfd385d0fd4d861 Mon Sep 17 00:00:00 2001 From: Prakash Mishra Date: Tue, 31 Oct 2017 10:53:57 +0530 Subject: [PATCH] Neural networks to improve accesibility for the blind A script to use neural networks and analyze the contents of images on a webpage and return a properly formed description of the image to improve accessibility for blind users. --- Awesome-Scripts/List of ideas.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Awesome-Scripts/List of ideas.md b/Awesome-Scripts/List of ideas.md index 27ff76c..a93cedd 100644 --- a/Awesome-Scripts/List of ideas.md +++ b/Awesome-Scripts/List of ideas.md @@ -50,4 +50,5 @@ Simple Port Scanner to check whether port 80 available or not. This program renames a list of tv episodes. Episodes can be nested inside folders. folders will be flattened and episodes renamed to a particular format. ### 22. [Reddit Scrapping.py](reddit_scrapping.py) Scrapper for Reddit. - +### 23. Script to read out the contents of an image on mouse hover using neural networks for blind web users. +A script to use neural networks and analyze the contents of images on a webpage and return a properly formed description of the image to improve accessibility for blind users.