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

Block or report KiLJ4EdeN

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
KiLJ4EdeN/README.md
class KiLJ4EdeN:
    """
    Hey there i'm Abdolkarim,                                                        
    I currently work as an AI Engineer at Tose e saderat bank.
    I’m researching and developing new ways of kyc.
    """
    def __init__(self):
        self.username = 'KiLJ4EdeN'
        self.name = 'Abdolkarim Saeedi'
        self.email = 'a-saeedi@srbiau.ac.ir'
        self.scholar = 'http://scholar.google.com/citations?user=ef3H4RAAAAAJ&hl=en'
        self.linkedin = 'https://ir.linkedin.com/in/abdolkarim-saeedi-7b0699194'
        self.researchgate = 'https://www.researchgate.net/profile/Abdolkarim_Saeedi'
        self.stack = 'https://stackoverflow.com/users/13962062/kilj4eden'
        self.kaggle = 'https://www.kaggle.com/kiljaeden'
        self.interests = ['Artificial Intelligence', 'Computer Vision',
                          'Signal Processing', 'Cognitive Sciences']
        self.skills = {
            'ai': ['TensorFlow', 'Keras', 'Mxnet', 'Gluon', 'd2l', 'PyTorch',
                   'ONNX', 'Autokeras', 'Sklearn', 'LightGBM', 'CatBoost',
                   'XGBoost', 'Darknet', 'tflite', 'cuDNN', 'CUDA', 'MKL',
                   'OpenVINO', 'NNPACK'],
            'computer vision': ['OpenCV', 'Dlib', 'Skimage', 'PIL'],
            'data': ['Numpy', 'Scipy', 'Pandas', 'Matplotlib', 'Seaborn', 'Plotly', 
                     'Bokeh'],     
            'frontend': ['HTML', 'CSS', 'JavaScript', 'TypeScript', 'React', 'Vue'],
            'backend': ['Python', 'Nodejs', 'C++', 'MATLAB'],
            'web': ['Flask', 'FastAPI', 'Express', 'Django', 'Dash', 'Streamlit'],
            'database': ['MySQL', 'SQLite3', 'MongoDB', 'Postgre'],
            'devops': ['Docker', 'nginx', 'uWSGI', 'Gunicorn', 'Locust', 'ngrok'],
            'medical': ['Orthanc', 'dcmjs', 'Dicoogle', 'pydicom', 'SimpleITK', 'Ohif',
                        'XNAT', 'Cornerstone'],
            'tools': ['git', 'vim', 'PyCharm', 'OpenAPI', 'Jupyter notebook',
                      'Anaconda', 'Gitlab', 'Bitbucket'],
            'misc': ['bash', 'CentOS/RHEL/Debian', 'ARM', 'vmware', 'kvm', 'discordpy', 'selenium'],
            'games': {'LoL': 'https://www.op.gg/summoners/euw/ThereIsNoLoserQ-EUW',
                      'Dota': 'https://www.opendota.com/players/1220118314/',
                      'WoW': 'https://worldofwarcraft.blizzard.com/en-gb/character/eu/kazzak/Stathiccshiv',
                      'CR': 'https://royaleapi.com/player/2099V0LQ'
                      },
        }


if __name__ == '__main__':
    me = KiLJ4EdeN()
    exit(0)

KiLJ4EdeN's github stats

Top Langs

Pinned

  1. ageitgey/face_recognition ageitgey/face_recognition Public

    The world's simplest facial recognition api for Python and the command line

    Python 52k 13.3k

  2. deepinsight/insightface deepinsight/insightface Public

    State-of-the-art 2D and 3D Face Analysis Project

    Python 21.6k 5.2k

  3. Realtime_FacialRecognition Realtime_FacialRecognition Public

    Real time Facial Recognition using the face_recognition module and ip cameras.

    Python 20 8

  4. davisking/dlib davisking/dlib Public

    A toolkit for making real world machine learning and data analysis applications in C++

    C++ 13.1k 3.3k

  5. face_recognition_cpp face_recognition_cpp Public

    Facial Recognition with cpp using state of the art insightface model.

    C++ 6

  6. keras-team/autokeras keras-team/autokeras Public

    AutoML library for deep learning

    Python 9.1k 1.4k