Skip to content
View ahmedbr's full-sized avatar
💻
Coding the FUTURE!
💻
Coding the FUTURE!

Highlights

  • Pro
Block or Report

Block or report ahmedbr

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. SimpleVoiceSearch SimpleVoiceSearch Public

    Voice Search on YouTube by implementing speech recognition module

    Python

  2. ML-applications-mnist-dataset ML-applications-mnist-dataset Public

    This repo has applications on mnist dataset (hand-writing-recognition / fashion-mnist / estimating-a-number)

    Jupyter Notebook

  3. nltk_pos_tags_meanings nltk_pos_tags_meanings
    1
    The list of POS tags is as follows, with examples of what each POS stands for:
    2
    
    
    3
    CC coordinating conjunction
    4
    CD cardinal digit
    5
    DT determiner
  4. english_contractions english_contractions
    1
    contractions = { 
    2
    "ain't": "am not / are not / is not / has not / have not",
    3
    "aren't": "are not / am not",
    4
    "can't": "cannot",
    5
    "can't've": "cannot have",