Skip to content
View mabdrabo's full-sized avatar

Organizations

@tiec-eg @DataScienceCairo

Block or report mabdrabo

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. FlaskHero FlaskHero Public

    A Flask app with static urls for assets and templates configured, ready to be deployed on Heroku

    Python 1

  2. deep-learning deep-learning Public

    Forked from udacity/deep-learning

    Repo for the Deep Learning Nanodegree Foundations program.

    Jupyter Notebook 1

  3. Scalable-Machine-Learning-Labs Scalable-Machine-Learning-Labs Public

    Jupyter Notebook 1

  4. timeseriesR timeseriesR Public

    exercises and mini projects on time series analysis using R

    R 1

  5. FunWithR/MonteCarlo FunWithR/MonteCarlo Public

    An R package for simulation studies.

    R 35 18

  6. Simple script to record sound from t... Simple script to record sound from the microphone, dependencies: easy_install pyaudio
    1
    import pyaudio
    2
    import wave
    3
     
    4
    FORMAT = pyaudio.paInt16
    5
    CHANNELS = 2