Skip to content
View AMX07's full-sized avatar

Block or report AMX07

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

AI research/engineering.

I love building useful software, especially when it pushes the current assumptions of what we can do with a computer.

Currently focusing on

AI research: various LM transformer model experiments ranging from pre-training, post-training and prompt engineering. AI applications: Working on open source coding agents like openai/codex, anomalyco/opencode etc

a la carte projects:

Project What it does
notetaker multi-agent system that converts MP4 video lectures into comprehensive lossless markdown documents
[deep learning experiments] scattered all over my github and google drive because of collab :-)
Cipher-Cracking Decrypts classical ciphers using cryptanalysis techniques
Upper-body-detection My intro to ML/Computer Vision: Haar Cascade Classifier for detecting body parts. (reflection after 3 years: Deep learning is better

Popular repositories Loading

  1. Upper-body-detection Upper-body-detection Public

    This repository contains the implementation of an upper body detection algorithm using the Haar Cascade Classifier in OpenCV. The primary purpose of this project is to detect the upper body of a pe…

    Python 2

  2. C_File C_File Public

    Random programs I created when I was learning C in college.

    C

  3. Demo Demo Public

    HTML

  4. c_donut c_donut Public

    trying out C code which produces a donut

    C

  5. JavaLab JavaLab Public

  6. k-means k-means Public

    Color-based image segmentation using a from-scratch K-means clustering implementation in NumPy. Groups pixels into K clusters by RGB similarity to produce a simplified, segmented version of the inp…

    Python