Skip to content
View Santhin's full-sized avatar
:shipit:
Focusing
:shipit:
Focusing
Block or Report

Block or report Santhin

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

Pinned Loading

  1. air-pollution air-pollution Public

    Preprocessing air pollution data using ditrubuted computing and ML

    Jupyter Notebook

  2. real-estate real-estate Public

    Real estate crawler with ML on scraped data

    Jupyter Notebook 2 1

  3. TorScrapy TorScrapy Public

    Simple crawler made with scrapy and TorIpChanger package

    Python

  4. to_sql_progress_bar.py to_sql_progress_bar.py
    1
    import sqlalchemy as sa
    2
    import urllib
    3
    import pandas as pd 
    4
    import pickle5 as pickle
    5
    from tqdm import tqdm
  5. spa-wwsi spa-wwsi Public

    Simple Python application intended to provide Easter recipes for specific categories

    Python

  6. APscheduler with scrapy APscheduler with scrapy
    1
    #source stack
    2
    from scrapy import spiderloader
    3
    from scrapy.utils import project
    4
    from scrapy.crawler import CrawlerRunner
    5
    from twisted.internet import reactor, defer