Skip to content
View HatakekkSheeshh's full-sized avatar
๐Ÿง 
Coding
๐Ÿง 
Coding
  • Ho Chi Minh city University of Technology
  • Vietnam
  • 20:05 (UTC -12:00)

Block or report HatakekkSheeshh

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
HatakekkSheeshh/README.md

ใ“ใ‚“ใซใกใฏ, ็งใฏ Hieu Nguyen ใงใ™ใ€‚



English version

Deutsche Version

Connect with me:

Languages and Tools:

๐Ÿ Programming Languages

python javascript typescript java c

๐Ÿง  Machine Learning & Data Science (ML/DL)

pytorch tensorflow keras scikit_learn huggingface numpy pandas matplotlib seaborn

๐ŸŒ Web Development

Frontend & Frameworks

react

Backend & APIs

django flask fastapi

๐Ÿ—„๏ธ Databases

mysql sqlite mongodb firebase

โš™๏ธ DevOps & Infrastructure

docker git azure linux

An experienced developer

HatakekkSheeshh

GitHub Activity Graph

๐ŸŒŸ Featured Projects

๐Ÿค– Deep Learning

Project Description Tech Stack
CSE_course_RAG Retrieval-Augmented Generation pipeline for course materials: document conversion & OCR โ†’ chunking & embeddings โ†’ FAISS indices โ†’ FastAPI backend + React/Vite chat UI for question answering over course documents. Python FAISS sentence-transformers FastAPI React Docker
receipt-recognition Bill/receipt OCR system combining YOLOv8 detection, a primary OCR model and PaddleOCR for cross-checking, plus a PySide6 GUI for visualization, export and analysis. Python YOLOv8 PaddleOCR PySide6 OCR

๐ŸŒ Web Development

Project Description Tech Stack
HCMUT Tutor Comprehensive Learning Management System with modern UI/UX. TypeScript React Full-Stack
WeApRous Chat application framework and frontend (React + Vite). Supports session-based login, peer registration/tracker, P2P (WebPeer) connections, channel/direct messaging and theming. React TypeScript Vite P2P
lms-db Frontend and integration for a Learning Management System; includes React/TypeScript frontend and instructions for Flask backend + Azure SQL, with Docker support. React TypeScript Flask Python Azure SQL Docker

๐ŸŽฎ Game

Project Description Tech Stack
Project-4---Connect-4 Two-player Connect Four game implemented with Python and Pygame. Includes local PvP, AI modes (minimax with pruning), win/draw detection and menu for hosting/joining rooms. Python Pygame
platformer-assignment (Piggo's Quest) Pirate-themed 2D platformer built with Godot 4.5. Features platforming mechanics, combat, treasure collection and multiple levels. Godot GDScript
WC_2022 2D top-down football (soccer) game made with Godot 4.5. Godot GDScript

๐Ÿ“š Academic Projects

Project Description Tech Stack
HLang-Compiler Teaching compiler for the HLang language: ANTLR-based lexer/parser โ†’ AST generation โ†’ static semantic checks โ†’ code generation to Jasmin assembly and JVM bytecode. Includes build scripts and tests. Python ANTLR Jasmin Compiler
Neural-network-and-Deep-learning C++ library and assignments implementing data structures, tensor operations and simple neural network training/simulation. C++ DSA NN
Symbol-Table Simulation of a symbol table used in compilers (description inferred from repository name and context). Python Compiler
Convolution-Operation Implementation of convolution operation (used in CNN) in assembly / MIPS. Assembly MIPS Computer Architecture
OS-assignment Simple OS simulation: virtual hardware, process scheduling with time slices, multi-CPU support, syscall extension points and build/run instructions. C OS Simulation
MM241-Assignment Mathematical Modelling (Fall 2024) โ€” Cutting Stock Problem assignment with heuristic algorithms, branch-and-bound, and reinforcement learning experiments; includes multiple student submissions and demos. Python Optimization RL
ย 

Pinned Loading

  1. receipt-recognition receipt-recognition Public

    Jupyter Notebook 2 2

  2. CSE_course_RAG CSE_course_RAG Public

    Python

  3. lms-db lms-db Public

    Forked from tanh1c/lms-db

    Frontend design for LMS website

    TypeScript 4

  4. HLang-Compiler HLang-Compiler Public

    This project is a full compiler built from scratch with a syntax inspired by Go. The compilation pipeline includes: lexical analysis, parsing, AST construction, semantic analysis, bytecode generatiโ€ฆ

    Python