Pinned Repositories
Asset-Management-System
This is basically a small application that I made in weekend.
Covid19--Tracker
It is a web application made with VueJs by using Covid19 API.
docker-cheatsheet
Google-Gemma-2b
hacktoberfest-2021
This repo will consist merge from the all participants of hacktoberfest powered by DigitalOcean.
online-test-webapp
I made this sample app using python, flask and pywebio.
phi2-finetune
prompt-formatter
Format an existing prompt as per LLM model selection
python-flask-blog
Sneha-cafe-FRONT-END
kavyanshpandey's Repositories
kavyanshpandey/Uber-Data-Analysis-and-visualization
kavyanshpandey/Voting-app
kavyanshpandey/Analysis-and-visualization-of-selling-products-in-different-coutries-with-impact-of-revenues.
#In this program, I am going to upload this dataset by using read_csv method. #Using head(),display the first five column of our dataset. #head() methods works like a checker to check whether our dataset is ok or not.... if there is any problem with dataset...it will not going to work. #used describe function to get some statistical information of dataset like stander deviation, median, mode, IQR etc... #values so we have to convert it into int or float. #As we are going to use only three attributes that is country, revenues and products so it will be quite well if we only deals with these three #column instead of all columns. #at last uses %matplotlib inline with pandas for creating quick visualization...
kavyanshpandey/Classification-on-breast-cancer-dataset-by-using-SVM
kavyanshpandey/Data-Science-web-application
web based dashboard on vehicle collision dataset of NewYork City.
kavyanshpandey/Linear-Regression-With-Keras
kavyanshpandey/salery-vs-experience-regression-model
kavyanshpandey/TSF-GRIP-TASK-2-UNSUPEVISED-LEARNING-MODEL
kavyanshpandey/TSF-GRIP-TASK1-predicting-student-marks-with-respective-study-hour
Prediciting studnet marks with respect to study hours.
kavyanshpandey/Univariate-Analysis-on-NHANSE-dataset
kavyanshpandey/Coursera_Capstone
This is Capstone project given by coursera for the IBM Data Science program.
kavyanshpandey/Face-Recognition-Tensorflow
Jupyter Notebook Guide for implementing Face Recognition and Face Verification algorithms with Tensorflow framework.
kavyanshpandey/GitHubGraduation-2021
Join the GitHub Graduation Yearbook and "walk the stage" on June 5.
kavyanshpandey/go-api-for-sending-data-to-apache-kafka
kavyanshpandey/Multivariate-Linear-Regression
Analyzing the Loan Prediction Dataset using the multivariate linear regression from scratch