• Stars
    star
    167
  • Rank 225,517 (Top 5 %)
  • Language
    Python
  • Created over 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Some of my scripts to automate the boring stuff around me

Code For Fun

This repository contains my code scripts to automate boring stuff around me.

Content

WhatsApp_img_notes_extractor

Code to extract study notes from WhatsApp Images folder. I've trained a Convolutional Neural Network model to predict such images and extract them out of WhatsApp Images directory.

devrant

A Python script to send notifications when you hit a given number of "++"s on devrant (requires BeautifulSoup)

typeracer_plot

A Python script to plot typeracer speed statistics of a given user. (requires Matplotlib and BeautifulSoup )

auto_lan_auth

A Python script to automate the LAN Authentication process on IIT (BHU) campus.

get_bhu_mails

A python script to get the emails of all the professors of Banaras Hindu University.

Just run get_bhu_mails.py and it will crawl the contact section of BHU website, download all the docs containing details of every department, then use regex to get the emails out and paste it in results.txt.

csv_to_vcf

A python script to create a VCF file using data (name and phone-number) stored in a CSV file.

hackerrank_medal.py

A python script to know your medal in any Hackerrank contest.

set_router_ip

A python script to reset IP of any Dlink router. The script will check for available IPs of the hostel, and it will use the given admin credentials to log in to the router admin portal, create a user session, and set the router IP to the one currently available :)

selenium/send

A python script to send messages using WhatsApp web, using selenium.

selenium/gmail

A python script to send emails using the Gmail web interface, using selenium.

Enjoy!

More Repositories

1

load_forecasting

Forecasting electric power load of Delhi using ARIMA, RNN, LSTM, and GRU models
Jupyter Notebook
430
star
2

DenseNet-MURA-PyTorch

Implementation of DenseNet model on Standford's MURA dataset using PyTorch
Python
69
star
3

nuscenes_viz

A tool to visualize nuscenes format dataset in 3D using mayavi
Python
35
star
4

djangular

User authentication/login with Angular 4 and Django REST Framework JWT
JavaScript
22
star
5

parallel_mAP_evaluation

This repo parallelizes mAP_evaluation using python's multiprocessing module.
Python
19
star
6

MoM-GPT

An application that helps you summarize your meetings in real time using OpenAI's ChatGPT APIs.
Python
9
star
7

DeepRadiology

Source code for Microsoft Code Fun Do Hackathon organized at IIT (BHU)
Python
8
star
8

Dense-3D-Face-Correspondence

Serial and parallel implementation of Dense 3D Face correspondence paper
Jupyter Notebook
8
star
9

allauthproject

A django based website with Facebook and Google+ login feature and custom User model.
HTML
8
star
10

SSD-face-detector

A flask based web app which uses Single Shot Multibox Detector to detect human faces
Python
6
star
11

reduce-kaggle-frustation

A python script to check for Kaggle LB's final status and send email notification when finalized.
Python
5
star
12

tpobot

A messenger bot for giving updates of TPO portal to the students of IIT (BHU).
Python
4
star
13

twilioproject

Django website using Authy Phone Verification API for user verification and two-factor authentication.
HTML
4
star
14

fedena

Get your fourth semester results when ever they are available.
Python
3
star
15

dotfiles

All my configuration files
Vim Script
2
star
16

deep-learning-from-scratch

Implementing deep learning algorithms from scratch
Jupyter Notebook
2
star
17

learn_git

Learn about git and github.
1
star
18

instaget

A freelance project based on Instagram APIs
Python
1
star
19

medjangular

A angular+django site for managing medical purchases, built for my uncle who runs a medical store. :)
CSS
1
star
20

operations-research

Code assignments for Operations Research Course
Python
1
star
21

rainforest-species-audio-detection

Multi-class audio classification challenge
Jupyter Notebook
1
star
22

ca_portal

Source code for Campus Ambassador portal of Technex'17
CSS
1
star
23

Image-classification-pytorch

Template code for multiclass image classification challenges on kaggle
Jupyter Notebook
1
star
24

cltk_beginner_excercise

Practicing beginner level excercises of cltk
Jupyter Notebook
1
star
25

FBWLS

A web extention to remove sponsored and 'popular accross facebook' posts from the Facebook feed.
JavaScript
1
star
26

neural-style-transfer

TensorFlow implementation of Neural Style Transfer using pretrained VGG19 model
Jupyter Notebook
1
star