Skip to content
View pillaikartik10's full-sized avatar
Block or Report

Block or report pillaikartik10

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pillaikartik10/README.md

Hi, I’m Kartik Pillai. I am a Computer Science student, and am interested in Python. I am currently learning about the various functionalities of the language.

The following are some Beginner's Projects done by me, along with their GitHub link.

Highlights

This is a web dashboard created using Dash Plotly, and deployed on Heroku here.
On providing a valid URL to a Reddit post, it will extract the post comments, carry out sentiment analysis on them, and show the results in a graphical form. The main Python libraries used are PRAW(Python Reddit API Wrapper), Dash Plotly, TextBlob etc.
Source code is available here.

This is a basic online resume maker created using the Python Django library, and deployed on Heroku here.
The user enters some basic details regarding themselves. The generated resume can be viewed online, or downloaded locally as a PDF file. It is a beginner's project to test out the basic Django functionalities, and thus has a substantial room for improvement.

Other Python Projects

No. Name Description
1 Webscraping and Basic Data Analysis on COVID A basic project in Python and Jupyter Notebook, to scrape and analyse some Coronavirus-related data.
2 YouTube Downloader using Python A simple YouTube Downloader, which can download videos in either .mp4 or .mp3 format on providing a working link.
3 Python Sentiment Analysis using TextBlob Sentiment Analysis(using TextBlob) on a webpage scraped using Selenium.
4 Data Analysis on IPL dataset using Python Basic Data Analysis on an IPL(Indian Premier League) dataset available on Kaggle, using Python.
5 Data Analysis and fitting a Linear Regression Model on a football dataset using Python Simple Data Analysis and fitting a Linear Regression Model on a football dataset available on Kaggle, using Python.
6 Data Analysis on Reddit information extracted using PRAW Data extraction using the Python Reddit API Wrapper, and analysis on this data using various Python libraries.

Others

Online Banking System Website, created as a part of the GRIP Internship program conducted by The Sparks Foundation.

Pinned

  1. reddit-sentiment-analysis-dashboard reddit-sentiment-analysis-dashboard Public

    A Reddit Post Sentiment Analysis Dashboard created with Python using PRAW and Dash Plotly

    Python 3

  2. resume-maker resume-maker Public

    An Online Resume Maker, with Python Django as backend. Hosted on Heroku.

    HTML 1

  3. TSF-project-website TSF-project-website Public

    Online Banking System website made for The Sparks Foundation Internship(GRIP), June 2021.

    PHP

  4. python-football-data-analysis python-football-data-analysis Public

    Simple Data Analysis and fitting a Linear Regression Model on a football dataset using Python

    Jupyter Notebook 2 1

  5. python-youtube-downloader python-youtube-downloader Public

    A simple YouTube Downloader, which can download videos in either .mp4 or .mp3 format on providing a working link.

    Python

  6. python-sentiment-analysis python-sentiment-analysis Public

    Sentiment Analysis(using TextBlob) on a webpage scraped using Selenium

    Python