Skip to content
View alirezashojaei's full-sized avatar
Block or Report

Block or report alirezashojaei

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. RwinShow/Twitch-Follower-Checker RwinShow/Twitch-Follower-Checker Public

    Python 62 9

  2. A handy SQL debug function for Flask... A handy SQL debug function for Flask-SQLAlchemy
    1
    from . import app
    2
    from flask.ext.sqlalchemy import get_debug_queries
    3
    
                  
    4
    if app.debug:
    5
        app.after_request(sql_debug)
  3. Heikin-Ashi-Candle-dataframe-Constructor-using-python Heikin-Ashi-Candle-dataframe-Constructor-using-python Public

    Python code for constructing Heikin Ashi candlesticks using Python and regular OHLC candle dataframe.

    Python 1

  4. whisper_evaluator whisper_evaluator Public

    Python script for testing and evaluating your whisper model

    Python 1

  5. movie-recommendation-system movie-recommendation-system Public

    Basic model of a simple content-based recommendation systems.

    Jupyter Notebook

  6. simple-house-price-predicion-MLProject simple-house-price-predicion-MLProject Public

    This notebook is going to be focused on solving the problem of predicting house prices for house buyers and house sellers. We are going to take advantage of all of the feature variables available t…

    Jupyter Notebook