Skip to content
View iomyaki's full-sized avatar

Block or report iomyaki

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

Pet projects

Em. Title Description Tech stack
🌐 FastAPI Blog FastAPI blog with web interface, basic authentication and connection to Postgres database FastAPI, SQLAlchemy, Pydantic, Alembic, Jinja2, PostgreSQL
🐲 D&D Assistant A team project from hackathon: a Telegram bot that generates Dungeons & Dragons characters with effective stats, backstory, and portrait asyncio, aiogram, numpy, requests, SQLite
🤖 Bot for Paid Subscriptions This Telegram bot allows you to implement paid subscriptions to a private channel. The bot tracks subscriptions, sends reminders about their expiration and removes participants whose subscriptions have expired asyncio, aiogram, SQLite, AsyncIOScheduler
🔮 AstroBot A test task from hh: a Telegram bot for generating horoscopes. Practice on the intricacies of creating bots asyncio, aiogram, SQLite, AsyncIOScheduler
🎮 Games In my free time, I write simple games: an unbeatable tic-tac-toe, a hard "Battleship" game, Russian lotto simulation, Conway's Game of Life. I develop without guides, coming up with the mechanics implementation myself tkinter, colorama
🗺️ Address Parser During an internship as an analyst @ Sovcombank, I wrote a script for parsing geographical addresses (in Russian) with different formatting (for example, to successfully extract the city name after " г", "г ", "г." and "город") RegEx, pandas, xlwings
🧬 AutoCoEx My bachelor's thesis project, a program for analyzing gene differential co-expression using a denoising autoencoder. The program was written independently, with minimal corrections from my scientific supervisor CUDA, torch, pandas, numpy, scikit-learn, matplotlib

Pinned Loading

  1. fastapi-blog fastapi-blog Public

    Python

  2. build-n-roll-tg-bot build-n-roll-tg-bot Public

    Telegram bot for the fast creation of an efficient D&D character

    Python 3

  3. paid-sub-tg-bot paid-sub-tg-bot Public

    Telegram bot MVP to control paid subscriptions to a private channel

    Python 7 1

  4. astro-tg-bot astro-tg-bot Public

    Python

  5. games games Public

    Python

  6. geo-address-parser geo-address-parser Public

    A parser for Russian geographical addresses

    Python