Skip to content
View IgorMy's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report IgorMy

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

Hi 👋, I'm Ihar Myshkevich

A computer science engineer who is searching new challenges in full stack and computing vision.

Yes, it can be strange to hear something like that, but I'm really interested in both of them because web applications can be displayed in any device and are so handsome. On the other hand, computing vision is changing the word nowadays. You can create fake images from scratch which appears real or detect things that human eye can see.


class IgorMy():
    
  def __init__(self):
    self.name = "Ihar Myshkevich";
    self.username = "IgorMy";
    self.location = "Spain";
    self.linkedin = "www.linkedin.com/in/ihar-myshkevich";
    self.blog = "igormy.github.io/blog";
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = AbhigyanTrips()




Languages and Tools:

bash bootstrap c chartjs cplusplus css3 figma firebase git html5 ionic java javascript jekyll laravel linux matlab mongodb mssql mysql nodejs opencv oracle pandas php postman python scikit_learn sqlite tensorflow unity vuejs vuejs




My Statistics



igormy Activity Graph

Pinned

  1. MBHB-Algoritmos-TSP MBHB-Algoritmos-TSP Public

    Implementaciones de algoritmos aproximados para el cálculo de soluciones de TSP.

    Jupyter Notebook

  2. VictorNarov/DivulgAPP VictorNarov/DivulgAPP Public

    Hybrid mobile app to generate dynamic content based on .json config. Winner of of the Technical Engineering School divulgation application development contest

    JavaScript

  3. Plutus Playground Smart Contract Plutus Playground Smart Contract
    1
    import Playground.Contract
    2
    import           Control.Monad             (void)
    3
    import           Data.Aeson                (FromJSON, ToJSON)
    4
    import qualified Data.Text                 as T
    5
    import           GHC.Generics              (Generic)
  4. Simulacion-covid-19-Supermercado Simulacion-covid-19-Supermercado Public

    Simulación del COVID-19 en un supermercado

    NetLogo

  5. VictorNarov/LSystems VictorNarov/LSystems Public

    Implementation of Lindenmayer Systems: emulates plant growth via a simple formal grammar.

    Processing

  6. VC20-21 VC20-21 Public

    Visión por computador (Universidad de Huelva) [2019-2020]

    MATLAB