Skip to content
View hynky1999's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report hynky1999

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

Hi there 👋

ML STUFF

  • CZE-NEC - Contains the download scripts for the biggest and most complete News Dataset with over 1.6M entities. Contains aritcles from 6 Czech News sites from 2000-2022
  • CZE-NEC Exploration - Contains a jupyter notebok showing the strucutre of the CZE-NEC
  • CZE-NEC Training - Among other contains training code on CZE-NEC, mostly various transfomers learning methods + LR with TFIDF.
  • Transformer from scratch - Contains my reimplementation of Transformer architecture among others.
  • Entailment Solution - Contains training code for entailment problem using RNNs and Transformer and their comparisson.

Python

  • Github events api - Contains documented flask api, which exposes github events. The ingestion is done by subscribing to to gh-api and then sending data using Kafka to the API.
  • CmonCrawl - Contains utility for interaction with CommonCrawl

Typescript

  • Compound Scrapper - Contains code for various pricing details in Compound ecosystem scraped using GraphQL from TheGraph.
  • My Web - Contains code for my blog written with next.js + typescript + prisma
  • TranslateIT - Handy utility for translation and TTS on web

C#

  • Washing Manager - Contains code for Manager of Washing Machines. ASP.NET CORE + Blazor Server + EF.CORE + Entity Framework

C++

  • Archivator - utility for archiving folder/files, with ability to query the archives using fairly extend language.

Haskell

Pinned Loading

  1. Personal_Webpage Personal_Webpage Public

    Source files for my blog

    TypeScript

  2. CmonCrawl CmonCrawl Public

    Common crawl extractor

    HTML 64 11

  3. Archivator Archivator Public

    Pure C++ program for archiving and querying files

    C++ 1

  4. WashingManager WashingManager Public

    Full stack Blazor application for managing washing machines.

    C#

  5. LidlParser LidlParser Public

    Parser and Interpreter for subsection of Pascal

    Haskell 1

  6. TranslateIT TranslateIT Public

    Chrome extenssion for tts+translation

    TypeScript