Skip to content
View ssslakter's full-sized avatar
๐Ÿ”ฅ
mojo looks fun
๐Ÿ”ฅ
mojo looks fun

Highlights

  • Pro

Block or report ssslakter

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

Hello there! ๐Ÿ‘‹

I'm @Ssslakter, this is my nickname in a world wide web. Currently navigating university life, have a big interest in AI and generative models. Open to collaborating on exciting AI projects, so if you have ideas, let's discuss!๐Ÿš€

If you want to collab feel free to connect with me via Telegram or check out my Twitter.

Pinned Loading

  1. FastFF FastFF Public

    Some FFF experiments

    Jupyter Notebook

  2. cuda-pmpp cuda-pmpp Public

    Exercises from pmpp book

    Jupyter Notebook

  3. py-playground py-playground Public

    Just random notebooks

    Jupyter Notebook

  4. Rockenice Rockenice Public

    3D game on unity with procedural generation

    C#

  5. tsu.intime-gcalendar tsu.intime-gcalendar Public

    Send your TSU schedule to google calendar

    Python 1

  6. easy-logging.py easy-logging.py
    1
    from pathlib import Path
    2
    from datetime import date
    3
    import logging as l
    4
    
                  
    5
    DEF_FMT = '%(asctime)s - %(name)s - %(levelname)s - %(message)s'