Skip to content
View Mikulej's full-sized avatar

Highlights

  • Pro

Block or report Mikulej

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

Hello!

I am studying Computer Science. I am interested in rendering stuff with OpenGL, game engines and deep learning.

Pinned Loading

  1. rl-minesweeper rl-minesweeper Public

    Program made for my bachelor's thesis. It compares efficency of different reinforcement learning algorithms at playing Minesweeper.

    Python

  2. PokerTexasHoldem PokerTexasHoldem Public

    University Project written in C++ and OpenGL using GLFW and GLAD, with MCTS based AI. One-to-one Texas Hold'em game.

    HTML

  3. analysis-pandas analysis-pandas Public

    Simple interactive business dashboard made with pandas and streamlit.

    Python

  4. PongMultiplayer PongMultiplayer Public

    Simple OpenGL game that makes use of client-server architecture.

    C

  5. nn-from-scratch nn-from-scratch Public

    Image recognition model made with numpy only, uses mnist dataset.

    Python

  6. real-time-chat real-time-chat Public

    Web application running on Flask, allowing users to chat in real time. All information about messages, accounts and chat rooms are stored in database.

    Python