Skip to content
View SHVleV9CYWkK's full-sized avatar

Block or report SHVleV9CYWkK

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

Hi there πŸ‘‹

visitors Open Source Love

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


class Person:

    def __init__(self):
        self.name = "Jiahui Bai"
        self.role = "Computer Science PhD Candidate"
        self.language_spoken = ["zh_CN", "en_AU"]

    def say_hi(self):
        print("Nice to meet you here and hope you are interested in my work.")

me = Person()
me.say_hi()

πŸ”§ Technologies & Tools

πŸ“ˆ GitHub Stats

Zhenye's GitHub Stats Zhenye's GitHub Stats

πŸ† GitHub Trophies

trophy

Popular repositories Loading

  1. IoT-anomaly-detection IoT-anomaly-detection Public

    πŸš€ Leveraging advanced RNN with LSTM for efficient, real-time anomaly detection in IoT networks, optimized for performance in resource-constrained environments.

    Jupyter Notebook 10 1

  2. LightFedLab LightFedLab Public

    🌐 Lightweight Federated Learning Framework πŸš€ | Simplifying federated learning experiments with a focus on algorithms not infrastructure | πŸ§ͺ Easy setup and run

    Python 4

  3. Rock-Paper-Scissors Rock-Paper-Scissors Public

    Swift 2

  4. CRCHistoPhenotypes-Image-Classification CRCHistoPhenotypes-Image-Classification Public

    πŸ”¬ Deep learning system for classifying histopathology images from the "CRCHistoPhenotypes" dataset. Binary and multi-class cell classifications included. πŸ§«πŸ“Š

    Jupyter Notebook 2

  5. Security-Calculate-Tools Security-Calculate-Tools Public

    Calculation tools in RMIT Security in computing course

    Swift 1

  6. Asymmetric-cryptographic-calculator-IOS Asymmetric-cryptographic-calculator-IOS Public

    Calculate three types of asymmetric encryption iOS applications RSA, ElGamal, Paillier

    Swift 1