Skip to content
View nkpro2000sr's full-sized avatar
🤔
Developing my project
🤔
Developing my project

Highlights

  • Pro

Organizations

@fossasia
Block or Report

Block or report nkpro2000sr

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

  1. Train-Image-Classfier-DLmodel Train-Image-Classfier-DLmodel Public

    To train IMAGE CLASSFIER Deep Learning model using CNN. Easy_To_use. one call for all type of image classfication eg: emotion detection, gender classfication, etc.,

    Python 1

  2. discord-rebot discord-rebot Public

    RegEx based command mapping discord BOT framework with authorization

    Python

  3. pyenv pyenv Public

    Forked from pyenv/pyenv

    Simple Python version management

    Shell

  4. VM-in-DockerHub VM-in-DockerHub Public

    To run Ubuntu Virtual Machine in DockerHub. Login via ssh, Getting IP & Port via write.as, Reverse Tunneling through serveo.net.

    Shell

  5. funny-morse funny-morse Public

    Converts text to morse code signals [audio, window, keyboardleds, led, servo]

    Python 1 2

  6. To call called function in another i... To call called function in another interpreter (or anyother) and return returned.
    1
    class TeleCaller:
    2
        """It is usefull for calling the called function in another interperter.
    3
        Args:
    4
            prefix (list): prefix to the call_string
    5
            modules (list): modules needed to import, added like "import module1, module2, ... ;"