Skip to content
View standardAI's full-sized avatar
🖖
Live Long and Prosper
🖖
Live Long and Prosper
Block or Report

Block or report standardAI

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

Hello there 👋

visitors

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


class SoftwareEngineer:

    def __init__(self):
        self.name = "M. Tolga Cangöz"
        self.role = "Machine Learning Engineer"
        self.language_spoken = ["tr_TR", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

🔧 Technologies & Tools

c cplusplus python git linux opencv pandas pytorch scikit_learn

🗂️ Highlight Projects

Machine Learning Practices

Pinned

  1. diffusion-models-class diffusion-models-class Public

    Forked from huggingface/diffusion-models-class

    Materials for the Hugging Face Diffusion Models Course

    Jupyter Notebook 1

  2. ML-Practices ML-Practices Public

    Several ML Documents

    Jupyter Notebook 4

  3. huggingface/diffusers huggingface/diffusers Public

    🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.

    Python 23k 4.7k

  4. diffusers diffusers Public

    Forked from huggingface/diffusers

    🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch

    Python