Skip to content
View KnightHart7616's full-sized avatar
  • Ritsumeikan University
  • Osaka, Japan

Block or report KnightHart7616

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KnightHart7616/README.md

Hi, I'm Tetsuhiro Nagae 👋

I'm an Information Science and Engineering student at Ritsumeikan University in Japan, with interests in software development, machine learning, and algorithm design.

🎓 Expected graduation: March 2027

Featured Projects

An interactive layout generation system using an Interactive Genetic Algorithm (IGA), combining user feedback with automatic aesthetic evaluation to generate personalized ita-bag layouts.

Technologies: Python · Tkinter · Interactive Genetic Algorithm · Human-in-the-Loop Optimization

An audio recognition system using MFCC feature extraction and Random Forest classification, with microphone recording, Top-3 predictions, and a desktop GUI. An experimental Mel Spectrogram + CNN pipeline was also implemented for model comparison.

Technologies: Python · Librosa · scikit-learn · MFCC · Random Forest · PyTorch · CustomTkinter

Technical Skills

Programming: Python · Java · C#
Machine Learning & Data: scikit-learn · NumPy · Pandas · OpenCV · Librosa
Web & UI: React · HTML/CSS · Tkinter · CustomTkinter
Other: SQL · Linux · UML

Languages

  • Chinese: Native
  • English: Professional Working Proficiency — TOEIC 855
  • Japanese: Upper-Intermediate

Pinned Loading

  1. interactive-genetic-ita-bag-layout interactive-genetic-ita-bag-layout Public

    Interactive ita-bag layout generator using Python, Tkinter, and an Interactive Genetic Algorithm (IGA) with user-guided aesthetic optimization.

    Python

  2. pokemon-cry-recognition pokemon-cry-recognition Public

    Pokémon cry recognition system using MFCC, RandomForest, and real-time audio recognition.

    Python