Neha's repositories

geekInsideYou

Competitive programming for problem statements based on basic data structures, advanced data structures, and algorithms from GeeksForGeeks (GFG) to sharpen coding skills. It has python-based algorithms on Arrays, Strings, Recursion, Linked List, and more.

Language:PythonStargazers:9Issues:1Issues:0

Dynamic-Typing-Tutor

In this project, we propose Dynamic Typing Tutor, an individual tutoring system for text entry that detects input stumbles and provides instructions. The different tasks performed by the dynamic typing tutor are:- user profiling, word prediction and word correction

Language:CStargazers:4Issues:0Issues:0

Eye-For-Blind

An image captioning bot that uses Encoder-Decoder mechanism with CNN and RNN Deep learning algorithms. Attention model is used to improve the quality of the caption. The captions are then converted into speech using Text to speech Library-pyttsx.

Language:Jupyter NotebookStargazers:2Issues:0Issues:0

Dominant-Color-extraction-Kmeans

K-Means Clustering algorithm implementation to extract dominant palette colors in a picture and a new picture is formed, which is built from its predominant shading palettes. A picture contains high intensities of hues, these hues are grouped, and the generated pictures contains only extracted colors

Language:Jupyter NotebookStargazers:1Issues:1Issues:0

Fork-CPP

C++ is the most favored language for Competitive programming. This repository contains my solutions to problems and modules of the Fork CPP course from GeeksforGeeks.

Language:C++Stargazers:1Issues:0Issues:0

Inspection-Reporting-App

A Power platform based solution that can schedule an inspection, send auto generated reports, cancel an inspection and automate the approval of reports. Developed using Cloud Platform-as-a-Service: Powerapps, Power Automate, One Drive, Sharepoint, Microsoft Dataverse.

Stargazers:1Issues:0Issues:0

Semantic-Search-Engine-For-Pharmaceuticals

A web-based search engine where user can input queries related to diseases, its symptoms, medications, useful related links, etc.

Language:PythonStargazers:1Issues:0Issues:0

DS-Algorithms

Data structures and algorithms related problems and solutions from competitive programming websites such as hackerearth, leetcode and geeksforgeeks. It is aimed at providing a clue to solve problems on such platforms in python programming language and have fun while solving all questions ranging from very easy to difficult ones.

Language:PythonStargazers:0Issues:0Issues:0

Loan-Defaulter

Given features of the loan, predict whether a person will default or not? Every loan has a max_dpd column against it - it is the max of days past due on all installments of the loan. This is what defines if a loan has defaulted or not. You can look at 30 days past due as the definition of default. The problem statement is to design a model to predict whether a user will default.

Language:PythonStargazers:0Issues:0Issues:0

Machine_Learning

This repository consists of basic algorithms of Machine Learning and Deep Learning along with Projects.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Song-generation-Markov-chain

This song generator uses an artist or band’s lyrics to generate “new” similar-sounding lyrics based on probabilities. This is utilized by the Markov Chain algorithm, which a probabilistic mathematical model in machine learning. It can be trained on any corpus of data.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

100DaysOfCode

The motivation to code consistently for 100 days and improve DS Algo skills

Language:PythonStargazers:0Issues:0Issues:0

dbt-init

A dbt-init script for consulting projects

License:Apache-2.0Stargazers:0Issues:0Issues:0

Dynamic-Programming

Some of the classic problems of Dynamic programming, as DP is one of the most interesting algorithmic approach.

Language:PythonStargazers:0Issues:0Issues:0

Gender-Prediction-App

A web based flask application that can predict gender of the person. The face recognition uses Haarcascade and gender prediction model uses Support Vector Machine.

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

GitHubGraduation-2021

Join the GitHub Graduation Yearbook and "walk the stage" on June 5.

Language:JavaScriptStargazers:0Issues:0Issues:0

HackerRank-problem-solving

This repo will have code practice of Problem Solving module in python programming language.

Language:PythonStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Leetcode-30-Day-Streak

The 30-Day LeetCoding Challenge for coding and maintaining a streak for 30 days straight on Data structures and algorithms problems.

Language:PythonStargazers:0Issues:0Issues:0

LeetCode-August-Challenge

This Challenge is beginner-friendly coding challenge on Leetcode platform. It consists of 31 daily problems over the month of August. A problem is added here each day, and you have 24 hours to make a valid submission for it in order to be eligible for reward.

Language:PythonStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

PL900_Certification

This repository is for learning purpose for Power Platform Fundamentals PL 900 certification.

Stargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Python-Programming

Implementation of basic data structures in python

Language:PythonStargazers:0Issues:0Issues:0
Language:PythonStargazers:0Issues:1Issues:0

Web-Scraping-Tutorials

This repository contains basics of web scraping using BeautifulSoup, Scrapy and Selenium

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

WebScraping

A simple web scraper using BeautifulSoup in python. It scraps the automobile websites in one go, converts them into English language, and tags the website into different categories based on keywords found in the text. ML model is trained for classification further.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0