Skip to content
View AkhilRD's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report AkhilRD

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. Scraping tweets with 10 lines of code Scraping tweets with 10 lines of code
    1
    # Importing the libraries
    2
    import snscrape.modules.twitter as sntwitter
    3
    import pandas as pd
    4
    
    
    5
    # Query and creating an empty list for storing tweets
  2. F1-Explorative-Analysis F1-Explorative-Analysis Public

    An explorative analysis of F1 to break down some historical data on circuits, drivers and racing data to understand what makes them the best or the worst.

    Jupyter Notebook

  3. BiLSTM-IMDb-Review-Sentiment BiLSTM-IMDb-Review-Sentiment Public

    Bidirectional Long Short-Term Memory Network to predict review sentiment as positive or negative

    Jupyter Notebook

  4. Zara-Social-Listening- Zara-Social-Listening- Public

    Establishing a social media strategy based on Zara's Twitter data

    Jupyter Notebook

  5. StockForecast StockForecast Public

    Stock Prediction using LSTM

    Jupyter Notebook

  6. Cancer-Prediction-Streamlit Cancer-Prediction-Streamlit Public

    Breast Cancer Prediction: Machine Learning-based Diagnosis with Streamlit

    Python 1 2