Pinned Repositories
django-covid19-app
This is a covid19 app built using Python and Django that allows a user to check the number of people infected, recovered, and deaths due to COVID19 in a particular state and overall in India.
Google-Maps-API
Python program to get the fare in rupees to travel between two given locations using Google Maps API
Human-Resource-CRM-System
A Customer Resource Management (CRM) system that enables HRs to perform CRUD operations on employee data.
LeetCode
Solutions to Leetcode problems
library_management_system
Python-projects
This repository contains python based mini projects.
Real-time-price-of-cryptocurrencies
Python program to fetch the real-time prices of Bitcoin, Ethereum, Litecoin, Ripple, and Factom cryptocurrency in Rupees and Dollars
stock-management-system
This is a inventory management app built using Django having MongoDB as a database that allows a user to manage and update the inventory data of a store.
Stock-market-forecasting-using-predictive-analysis
A machine learning model that predicts the stock market price given a historical time-series data set.
Twitter-sentiment-analysis
Python program to determine whether the sentiment of a twitter handle is positive, negative or neutral.
nidhisha-shetty's Repositories
nidhisha-shetty/Stock-market-forecasting-using-predictive-analysis
A machine learning model that predicts the stock market price given a historical time-series data set.
nidhisha-shetty/BMI-app
This is a BMI app built using Django having MongoDB as the database, allows user to check their BMI (Body Mass Index) based on the relevant information on body weight and height.
nidhisha-shetty/CodeWars-solutions
Solutions to Codewars Python problems
nidhisha-shetty/Commonly-used-words-by-a-twitter-handle
Python program to fetch a list of the most commonly used words by a twitter handle.
nidhisha-shetty/Django-articles-app
This is a CRUD app built using Django and sqlite3 that allows user to perform basic operations on articles data.
nidhisha-shetty/Django-historical-places-app
This is a CRUD app built using Django that allows users to perform basic operations such as add, edit, view, and delete data.
nidhisha-shetty/Django-institute-app
This is a CRUD app built using Django that allows admin to add, update, and delete student details whereas students can only view their details.
nidhisha-shetty/Django-MySQL-application
This is a CRUD app built using Django and MySQL that allows users to perform basic operations such as add, edit, view, and delete data, also, the project has pagination, searching and sorting employee details features.
nidhisha-shetty/Django-products-app
This is a CRUD app built using Django which allows a user to perform operations on product related data.
nidhisha-shetty/django-programming-books-app
This is a CRUD app built using Django and sqlite3 that allows users to perform basic operations such as add, edit, view, and delete data.
nidhisha-shetty/Django-rest-framework
An API built using Django REST Framework
nidhisha-shetty/django-todo-app
This is a ToDo app built using Django which allows user to keep a track of their to do list.
nidhisha-shetty/Scraping-data-from-pdf-to-excel
Python program that helps extract data from PDF files into Excel file using the python library.
nidhisha-shetty/Tweets-based-on-keyword
Python program to fetch all the tweets that contain a particular keyword from twitter.
nidhisha-shetty/Tweets-from-a-twitter-handle
Python program to fetch all tweets posted by a particular twitter handle.
nidhisha-shetty/Word-cloud
WordCloud is a visualization of words, the size of the word on WordCloud determines how important/frequent it is.