Coders Packet

Packets submitted by Srivatsan Sridhar

Python code to predict job acceptance using machine learning

This project contains python code which predicts whether a given individual will be employed based on certain criteria. The packages used are sci-kit learn, pandas, numpy and deap framework.

Python code to create a REST API to log/modify library details in a database

Python code which creates a REST API to log/modify library logs when a user borrows/renews/returns a book, using flask, flask_mysqldb (python), Postman API tester application and MySQL.

Python code to scrape the website basketball-reference.com

This project contains python code to scrape player data from basketball-reference.com and clean the data using scrapy, selenium and pandas.