Skip to content
View aditya-524's full-sized avatar
🎯
Focusing on Projects!
🎯
Focusing on Projects!

Highlights

  • Pro
Block or Report

Block or report aditya-524

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
aditya-524/README.md
  • 👋 Hi, I’m Aditya Pandey
  • 👀 I’m interested in Machine learning projects
  • 🌱 I’m currently learning Python, R, Shell Scripting and Julia

Pinned Loading

  1. DiabetesPredictor-SLP DiabetesPredictor-SLP Public

    Implementing, describing and testing a single layer perceptron for predicting diabetes

    Jupyter Notebook

  2. ImageClass_TL ImageClass_TL Public

    Image Classification using Transfer Learning

    Jupyter Notebook

  3. ML_Algorithms ML_Algorithms Public

    Implementation of ML Algos in Python

    Jupyter Notebook

  4. RoomshareProject RoomshareProject Public

    Project to do Web scraping of rates of all Rental Room-share properties near Adelaide, close to my university

    Python

  5. Project to do Web scraping of rates ... Project to do Web scraping of rates of all Rental Room-share properties near Adelaide, close to my university The Project Web scrapes from website gumtree, takes the rent rates and location and links of the properties. The data is stored in a list then pasted in a google sheet, along with the distance from University to the suburb location.
    1
    from bs4 import BeautifulSoup
    2
    import requests
    3
    from selenium import webdriver
    4
    import time
    5
    import googlemaps
  6. TwitterBotForInternetSpeed.py TwitterBotForInternetSpeed.py
    1
    from selenium import webdriver
    2
    from selenium.webdriver.common.keys import Keys
    3
    from selenium.webdriver.common.by import By
    4
    import time
    5