Skip to content

Vicky-Raghuwanshi07/DA-DS_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to my repo of Data Science projects👨‍🎓

List of projects in this repo:

  • Analysis on Corona Virus using SQL

  • Weather Application using Tkinter

  • Know Your Music Taste using Spotify Developer API

Detailed Description :-

  1. Analysis on Corona Virus using SQL
    • In this project I have used 3-4 years(2019-22) of Covid19.
    • Using my knowledge of SQL , I have performed Exploratory Data Analysis(EDA).
    • I have created 2 SQL tables. First table will contains the total death details all over the world. Second table contains the vaccination details.
    • Initially I have find the total test cases in India as well as in US.
    • Next I have find the Death Percentage (Total Cases vs Total Death) in India.

 

  1. Weather Application using Tkinter

    • In this project I have created a Weather application using Python GUI toolkit Tkinter.
    • Here I used requests & bs4(BeautifullSoup) for scraping the data from Google Search.
    • For excuting this app first you need to clone this repo. Run the following GIT command or you can copy the weather_app.py code in you editor directly.
     git clone https://github.com/Vicky-Raghuwanshi07/DA-DS_Projects.git
    
    • After running weather_app.py you will see a pop-up interface on you PC/Laptop screen.
    • You can see a text box where you have to enter the city/state name for which you need to see the temperature (in Celsisus).

    App Screenshot :

    final_img

 

  1. Know Your Music Taste using Spotify Developer API
    • This project uses Spotify Developer API
    • Here first I have created a playlist in my Spotify account for testing and implementing this project.
    • Extracting main features to summarize the user taste of music.
    • You can clone this repo and for this project you can install all packages using the requirements.txt
      $ pip install -r requirements.txt
    
    Spotify API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages