Git Product home page Git Product logo

Akanksha Dara's Projects

akankshadara.github.io icon akankshadara.github.io

A lightweight, customizable single-page personal portfolio website template built with JavaScript and Sass

data icon data

Data and code behind the stories and interactives at FiveThirtyEight

davies_bouldin_index_kmeans icon davies_bouldin_index_kmeans

This repository contains a naive implementation of Davies Bouldin Index used to find the optimum number of clusters in K-Means clustering.

drishti_ocr_tesseract icon drishti_ocr_tesseract

Drishti is a software that converts printed Hindi text to Braille. Tesseract Open source library is used as an OCR to scan and convert printed Hindi text to unicode characters. These characters are encoded into binary strings which are used to represent alphabets in braille. Arduino is used to display the characters by blinking of corresponsing LED's. For the functioning of this software, You should have installed Tesseract and Leptonica and trained it for Hindi. You can download the dependencies using this Shell script: [Dependencies.sh](https://github.com/rahulchhabra07/Drishti/blob/master/Dependencies.sh). After training, feed a JPEG image file containg printed Hindi text to the Python file. This creates a dialog box showing, the original image and translated text. Now click on next for displaying the text using arduino board.

geotagging_images icon geotagging_images

A python script to extract the exif data from an image file. The latitude and longitude information from this exif data is used to specify the street address of the image.

microprocessors_fire_alarm_system icon microprocessors_fire_alarm_system

This system checks for abnormal smoke content in a room every two seconds. Under abnormal conditions it throws open two doors and two windows and opens a valve that releases the gas to put-out the fire. An Alarm is also sounded; this alarm is sounded until the smoke level in the room drops to an acceptable level. The smoke detection system is made up of two smoke sensors placed on the ceiling of the room. When the smoke level comes back below the danger level, the doors, windows and valves are closed.

mips-verilog icon mips-verilog

Datapath implementation of MIPS architecture in Verilog Tested on : ModelSIM

nlp-progress icon nlp-progress

Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.

opencv icon opencv

Open Source Computer Vision Library

sarcasm_detection_twitter icon sarcasm_detection_twitter

Sarcasm detection is a particularly difficult task even for humans. This repository contains the implementation of a research paper by Ashwin Rajadesingan in python ML libraries.

spell_checker icon spell_checker

The spell checker works by: reading in and tokenizing a vocabulary of correctly spelled words, reading in, cleaning, and tokenizing the piece of text we want spell checked, comparing each word (token) in the piece of text with each word in the vocabulary and returning the ones that weren't found (incorrectly spelled words). The file dictionary.txt contains a sequence of correctly spelled words, which we'll use to seed our vocabulary. The file story.txt is a piece of text containing some misspelled words. In the following code cell, we added the spell checker we wrote so far from the previous mission.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.