Skip to content
View jossalgon's full-sized avatar
💭
Do you know Magical20?
💭
Do you know Magical20?

Block or report jossalgon

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

Pinned Loading

  1. StableDiffusionTelegram StableDiffusionTelegram Public

    StableDiffusionTelegram is a telegram bot that allows to generate images using the stable diffusion AI from a telegram bot, in a much more comfortable and simple way.

    Python 128 45

  2. teamSpeakTelegram teamSpeakTelegram Public

    TeamSpeak telegram bot

    Python 13 2

  3. Fishly-Hierarchical-image-classification Fishly-Hierarchical-image-classification Public

    HTML 2

  4. Deepknowledge-US/US-Real-time-gun-detection-in-CCTV-An-open-problem-dataset Deepknowledge-US/US-Real-time-gun-detection-in-CCTV-An-open-problem-dataset Public

    Real-time gun detection in CCTV: An open problem. Dataset. University of Seville.

    Jupyter Notebook 18 5

  5. reportTelegram reportTelegram Public

    Report Telegram Bot

    Python 4 4

  6. Bash script to kill processes of a s... Bash script to kill processes of a specific gpu, example of use: "sh kill_gpu_processes.sh 0"
    1
    #!/bin/bash
    2
    # file: kill_gpu_processes.sh
    3
    if [ -z $1 ];
    4
    then
    5
            echo "PLEASE, INDICATE THE GPU TO USE (CHECK WITH NVIDIA-SMI)"