Skip to content
View zanuura's full-sized avatar
:octocat:
Im Batman
:octocat:
Im Batman
Block or Report

Block or report zanuura

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

class Profile:

    def __init__(self):
        self.username = 'zanuura'
        self.name = 'A Hammam M H'
        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)

🤝Connect With Me

Static Badge Static Badge Static Badge Static Badge Static Badge
Static Badge Static Badge Static Badge Static Badge

Github Analytics


Pinned

  1. Ames_House_Pricing_Prediction Ames_House_Pricing_Prediction Public

    House Pricing Prediction using machine learning.

    Jupyter Notebook 1

  2. Bert2Bert_Summarization_Liputan6 Bert2Bert_Summarization_Liputan6 Public

    Just my experiment with Bert2Bert for summarization.

    1

  3. diabetes_prediction diabetes_prediction Public

    Diabetes Prediction using several method

    Jupyter Notebook 1

  4. twitter_sentiment_analysis twitter_sentiment_analysis Public

    This is Twitter sentiment analys for Pilpres 2019 in Indonesia.

    Jupyter Notebook 1

  5. Whisper-ASR-Minds14-English Whisper-ASR-Minds14-English Public

    Whisper-tiny ASR with MINDS14 dataset

    Jupyter Notebook 1

  6. Indonesian-LocalX-Machine-Translation Indonesian-LocalX-Machine-Translation Public

    Experiment Machine Translation for 10 Indonesian Local Languages.

    Jupyter Notebook 3