Skip to content
View SolomidHero's full-sized avatar
🏠
Building cool things from home
🏠
Building cool things from home
  • Moscow Institute of Physics and Technologies
  • Armenia, Yerevan
Block or Report

Block or report SolomidHero

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. music-player music-player Public

    React + django music player

    JavaScript 3

  2. speech-regeneration-enhancer speech-regeneration-enhancer Public

    Pytorch implementation of paper "High Fidelity Speech Regeneration With Application to Speech Enhancement"

    Python 15 1

  3. steam-totp-multi-login steam-totp-multi-login Public

    Set the credentials for accounts and get Steam Guard Authentication code for any.

    JavaScript 3

  4. real-time-voice-conversion real-time-voice-conversion Public

    Toolbox for easy and qualitative one-shot voice conversion

    Python 41 8

  5. Modular calculations Modular calculations
    1
    // modular constant
    2
    const int m = 1e10 + 7;
    3
    // array: x <-> inverse to x
    4
    int invs[maxN];
    5
    
                  
  6. image-generator-geometry image-generator-geometry Public

    2d image generator of geometric figures for Python

    Python 1