Giter Site home page Giter Site logo

Prashanth Rao's Projects

computer-vision icon computer-vision

Lecture notes and assignments of CS 6384 - Computer Vision ongoing in Spring '19 under Dr. Haim Schweitzer at the University of Texas at Dallas

contact-manager icon contact-manager

Java | MySQL | A Java GUI application that manages a list of contacts by interacting with an SQL database | Features : Adding a contact, Deleting a contact, Updating a contact, Viewing a Contact, Searching for a contact based on any field

davisbase icon davisbase

Java | A simple database engine that is based on the file-per-table variation of the SQLite file format. Supported functions: Create Database, Drop Database, Show Databases, Create Table, Drop Table, Show Tables, Select *, Select-From-Where, Insert, Update, Delete

easy-movers icon easy-movers

HTML5 | CSS3| JavaScript | PHP | SQL | A full-stack website for a moving company with features such as user signup, login, cart, order history, product search filter and admin privileges

image-enhancement-cv icon image-enhancement-cv

OpenCV | Python | Histogram equalization and linear scaling for images in the Luv and XYZ domains

leetcode-problems icon leetcode-problems

Code in C++ for problems solved on Leetcode. Problem categories: Arrays, Strings, Linked Lists, Trees, Recursion, Backtracking, Dynamic programming

moocs-completed icon moocs-completed

Online certifications completed so far on Coursera. Includes courses from Deep Learning Specialization taught by Dr. Andrew Ng on Coursera

mutual-friends-mapreduce icon mutual-friends-mapreduce

Hadoop | MapReduce | Java | Finding mutual friends of users, average age of their direct friends, cities of their direct and mutual friends

mymusic-app icon mymusic-app

Java | A music application which lets users search for tracks, artists-albums, play tracks, create and edit playlists. Admin functionalities such as editing albums-tracks-artists are also implemented. Uses well known design patterns such as Singleton, Composite, State, Factory

network-design-model icon network-design-model

An implementation of the network design model using the Floyd Warshall shortest paths algorithm

network-reliability icon network-reliability

Java | Implementing the Exhaustive Enumeration algorithm to find the reliability of a network with faulty links and non-faulty nodes

news-classification-guardian-kafka icon news-classification-guardian-kafka

Kafka | Python | Databricks | Classifying news articles into 32 different categories. The articles were retreived using the Guardian API using Apache Kafka. The classifier was created and trained using PySpark on Databricks.

political-event-coding icon political-event-coding

Spark | CoreNLP | Kafka | MongoDB | Encoding news articles scraped from websites as events in MongoDB.

spellchecker icon spellchecker

Implemented a spell-checker using the hash table data structure. All the words were hashed into the hash table using: 1. Linear probing first, and then 2. Quadratic probing The number of collisions are counted in each case. The table size was made to increase automatically based on the load factor. A search function was implemented which searches for any word in the list of words that were hashed.

task-executor-library icon task-executor-library

Java | A service that accepts instances of tasks and executes each task by one of the multiple threads maintained by a thread pool. The goals were: 1. To implement multithreaded synchronization when tasks are being executed by multiple threads. 2. To implement a FIFO queue for the tasks added by the user which is both thread-safe and blocking.

ultimate-board-game-system icon ultimate-board-game-system

Java | An object-oriented framework for implemeting any 2-player board game such as Tic-Tac-Toe, Othello, Reversi and Checkers. Uses well known design patterns such as Command, Strategy, vistor, and state

variable-speeds-algorithm icon variable-speeds-algorithm

A Java multi-threaded implementation of the Variable Speeds algorithm for leader election in a unidirectional synchronous ring.

video-library icon video-library

MEAN Stack | An online movie sore created using the mean stack

web-development-mini-projects icon web-development-mini-projects

Programming tasks of CS 6314 - Web Programming Languages completed under Prof. Nurcan Yuruk in Fall 2018 at the University of Texas at Dallas.

wine-classification icon wine-classification

Python | Tensorflow | A neural network for classifying the wine dataset from the UCI Machine Learning Repository

wink-detection icon wink-detection

OpenCV | Python | Program to detect a winking face in an image or video using the Viola Jones implementation

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.