class KiLJ4EdeN:
"""
Hey there i'm Abdolkarim,
I currently work as a Machine Learning Developer at AiMedic.
I’m researching on Xray pathology detection methods.
"""
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', 'Vue'],
'backend': ['Python', 'C++', 'Nodejs', 'MATLAB'],
'web': ['Flask', 'FastAPI', 'Django', 'Dash', 'Streamlit'],
'database': ['MySQL', 'SQLite3', 'MongoDB', 'Postgre'],
'devops': ['Docker', 'nginx', 'uWSGI', 'Gunicorn', 'Locust', 'ngrok'],
'tools': ['git', 'vim', 'PyCharm', 'OpenAPI', 'Jupyter notebook',
'Anaconda', 'Gitlab', 'Bitbucket'],
'misc': ['bash', 'CentOS/RHEL/Debian', 'ARM', 'vmware', 'kvm', 'discordpy'],
'games': {'LoL': 'https://eune.op.gg/summoner/userName=KiLJ4EdeN',
'WoW': 'https://armory.warmane.com/character/Kifjaeden/Icecrown/summary',
'CR': 'https://royaleapi.com/player/2099V0LQ'
},
}
if __name__ == '__main__':
me = KiLJ4EdeN()
exit(0)
An unofficial implementation of the paper "A comprehensive comparison of handcrafted features and convolutionalautoencoders for epileptic seizures detection in EEG signals"
Tensorflow Algorithm and Layer Implementations.
Minimal model serving in 24 lines of code using fastapi.
Facial Recognition with cpp using state of the art insightface model.
plot and print model activity using context manager
A simple python module to leverage fuzzy control algorithms.
Understanding Artificial Intelligence.
Ready to use CT scan based COVID detection service using deep learning.