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

Block or report ayoubelaamri

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
ayoubelaamri/README.md

Hello there πŸ‘‹

visitors Linkedin: ayoubelaami website GitHub followers

Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-

class ComputerScienceEngineer:

    def __init__(self):
        self.name = "Ayoub EL AAMRI"
        self.role = "Software Engineer"
        self.language_spoken = ["en_US", "fr_FR", "ar_MA", "es_ES"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")

me = ComputerScienceEngineer()
me.say_hi()

πŸ“ Blogs

πŸ”§ Technologies & Tools

Pinned

  1. Speech_Emotion_Recognition Speech_Emotion_Recognition Public

    Web app to detect emotion from speech using a 67% accuracy model built with 2D ConvNets trained on RAVDESS & SAVEE datasets

    Jupyter Notebook 1

  2. Credit_Cards_Fraud_Detection Credit_Cards_Fraud_Detection Public

    A 97% accuracy model to detect Fraudulent Transactions, built with the Random Forest Classifier

    Jupyter Notebook

  3. web_articles_analysis web_articles_analysis Public

    From scrapping to data visualization with an automated process to get high insights on online web articles

    Python

  4. CabinetManagerApp CabinetManagerApp Public

    MERN Stack App for Medical Cabinet Management

    CSS

  5. covid19_data_visualization covid19_data_visualization Public

    Jupyter Notebook

  6. SmartPixels SmartPixels Public

    A Java Desktop App to search similar images using colors histogram

    Java