Nithyashree V (Nithyashree-2022)

Nithyashree-2022

Geek Repo

Company:Student

Location:Bangalore

Home Page:https://www.analyticsvidhya.com/blog/author/nithyashree3/

Github PK Tool:Github PK Tool

Nithyashree V's repositories

twitter-sentiment-analysis-bert

Sentiment analysis of tweets from 2016 Presidential elections

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

How-to-choose-the-best-Machine-Learning-algorithm-for-your-problem-statement-

Keeping healthcare problems in mind, we must hence look for models which are able to detect the disease as much as possible. In this article, let us learn how to accomplish the same. We will be working on the healthcare problem statement of predicting heart failure given the patient's details, building three relevant Machine Learning models, obtaining their confusion matrices, and comparing their performances in order to finalize the best model.

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

A-Hands-on-introduction-to-Reinforcement-Learning-RL-with-Python

We will get introduced to reinforcement learning and also implement a simple example of the same in Python. It will be a basic code to demonstrate the working of an RL algorithm. Brief exposure to object-oriented programming in Python, machine learning, or deep learning will also be a plus point.

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

A-Flask-Web-App-for-automatic-text-summarization-using-SBERT

We will build a Flask web app that can input any long piece of information such as a blog or news article and summarize it into just five lines! Text summarization is an NLP(Natural Language Processing) task. SBERT(Sentence-BERT) has been used to achieve the same.

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

Detection-of-Pneumothorax-from-chest-X-ray

Implement image classification for a binary classification problem by building a CNN model from scratch in Python

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

Face-Mask-Detection-and-Masked-Face-Recognition-Organization

The project uses Computer Vision and Deep Learning to detect if an individual entering the organization is masked or not using CNN on the given video input. If not masked, mail a pandemic alert along with the individual’s photo to the security using SMTP.If masked, recognize the masked individual through image subtraction. Mail an organization alert to the security along with the individual’s photo using SMTP if the masked individual is not an employee of the organization.

Stargazers:2Issues:0Issues:0

Blog-Web-App

The project is a personal blog website for a writer.It allows the writer to post new articles,create new categories of articles,add information about their events and books.

Language:JavaScriptStargazers:1Issues:0Issues:0

Image-Classification-using-Machine-learning

Image classification using four popular machine learning algorithms namely, Random Forest Classifier, KNN, Decision Tree Classifier, and Naive Bayes classifier for CIFAR-10 dataset.

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

Identification-of-COVID-19-using-CT-scan

Lets build a CNN model from scratch for a multi-class classification problem and identify if a given chest CT scan image is that of COVID-19,healthy or other pulmonary disorders.

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

Hyperparameter-optimization-Techniques

A detailed hands-on discussion on the following hyperparameter tuning techniques and decide which is the best for a given dataset

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

Generating-n-grams-in-Python-for-NLP

What are n-grams and how to implement them in Python?

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

VGG-19-for-Rock-Paper-and-Scissors-classification

I have built a VGG-19 model to classify hand gestures of rock, paper and scissors using a Kaggle dataset.

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

Transliterator-for-Indian-languages

Given a text in an Indian language,it will be transliterated to another language which you are more comfortable reading.This is a streamlit web app.

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

Working-with-directories-using-Python

Imagine a situation where your dataset consists of 1000s of images stored and organized in a directory.How will you pre-process them and finally train your CNN or YOLO model or anything similar???How would you manage to get this data as easily as possible for your project??? You can,of course,upload the folder of images to your drive and make use of the following tips which I exclusively used for some of my projects recently. Manipulating text file content will be very useful to convert files from XML format to YOLO format.

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

Own-Mailing-App

Why use GMail when you can create your own mailing app using SMTP in Python!!!The project uses Streamlit front-end which inputs the recipient's address(es),subject-line ,body of the mail and image attachments(if any) and mails just perfectly to the recipient(s).

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

matrix.h

matrix.h is a header file to help us perform common matrix operations in our program.Just include this one header file in one's program and one can successfully perform various interesting and useful matrix operations.

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

Bean-plant-disease-detection-and-classification-Mobilenet-TL

Given an image of a bean plant,the MobileNet model detects the disease and further classifies it.There are 3 categories-healthy,angular leaf spot disease and bean rust disease.The image should be uploaded in the Streamlit web app to view the output.

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

Three-Address-Code-Generator-App

Compiler Design and System Software project to generate three address code for a given arithmetic equation.Stack data structure and OOps concepts have been employed to implement the same.The project code is in Python for back-end and Tkinter for the front-end.

Language:PythonStargazers:1Issues:0Issues:0

Disk-Scheduling

FCFS and FCLS disk scheduling algorithms were implemented using stack and queue data structures respectively.Both stack and queue are implemented using singly linked lists.

Language:CStargazers:1Issues:0Issues:0

15-puzzle-problem-

15-puzzle problem is solved using LCBB strategy and general tree data structure

Language:CStargazers:1Issues:0Issues:0

E-Slate

A digit recognizer Streamlit Web App to recognize the digit drawn lively with Streamlit Canvas .The digit recognizer ANN model can classify the drawn digit which is from 0 to 9.

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

mobilenet-tl

Check the Demo here

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

cv-using-css

I developed my own website using CSS.

Language:CSSStargazers:1Issues:0Issues:0
Language:HTMLStargazers:1Issues:0Issues:0

Shopping-Mall-Management-System

Code in C++ for shopping mall management system OOPs mini-project

Language:C++Stargazers:3Issues:0Issues:0

Python-programs

Basics of AI

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