class Profile:
def __init__(self):
self.username = 'zanuura'
self.name = 'Ahmad Hammam Muhajir Hanan'
self.position = 'Software Developer'
self.location = 'Bandung | Indonesia'
self.links = 'https://www.cakeresume.com/me/hammam-hanan'
self.instagram = '@hammdmob'
self.code = {
'codes': ['Python', 'C++', 'Dart', 'HTML', 'CSS'],
'framework': ['Pytorch', 'Tensorflow', 'Numpy', 'Pandas', 'Flutter', 'Flask-RESTfull', 'Boostrap'],
'passion': ['AI Engineering', 'Natural Language Processing', 'Machine Learning', 'Mobile Development'],
'tools': ['vscode', 'android studio', 'jupyter notebook', 'google colab', 'git', 'github', 'gitlab', 'docker', 'xampp',],
}
def __str__(self):
return f'{self.name} | {self.position}'
if __name__ == '__main__':
me = Profile()
print(me)
Pinned Loading
-
Ames_House_Pricing_Prediction
Ames_House_Pricing_Prediction PublicHouse Pricing Prediction using machine learning.
Jupyter Notebook 1
-
Bert2Bert_Summarization_Liputan6
Bert2Bert_Summarization_Liputan6 PublicJust my experiment with Bert2Bert for summarization.
-
diabetes_prediction
diabetes_prediction PublicDiabetes Prediction using several method
Jupyter Notebook 1
-
twitter_sentiment_analysis
twitter_sentiment_analysis PublicThis is Twitter sentiment analys for Pilpres 2019 in Indonesia.
Jupyter Notebook 1
-
Whisper-ASR-Minds14-English
Whisper-ASR-Minds14-English PublicWhisper-tiny ASR with MINDS14 dataset
Jupyter Notebook 1
-
Indonesian-LocalX-Machine-Translation
Indonesian-LocalX-Machine-Translation PublicExperiment Machine Translation for 10 Indonesian Local Languages.
Jupyter Notebook 5
If the problem persists, check the GitHub status page or contact support.