scriptc
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.
It demonstrates a practical edge-AI application for self‑tracking distraction, with a custom data collection pipeline and deployment on embedded hardware.
This project uses a model trained in jetson-inference to measure productivity levels when I'm working. Since I get distracted very easily when I should be doing work, I thought this project would be both a great learning experience and a way to solve a real world problem that I encounter on a daily basis.
This project uses a resnet-18 model which was trained on 3 classes, sleeping, looking at phone, and working. The dataset used a custom script located in script.py that takes multiple pictures on a camera feed, and saves them into a specified directory. The model is trained on this data and productivity levels are measured based on the confidence of the model's inference.
sudo apt-get updatesudo apt-get install -y git cmake build-essential libpython3-dev python3-pip python3-numpygit clone --recursive --depth=1 https://github.com/dusty-nv/jetson-inferencegit submodule update --init --recursivesed -i 's/ npymath//g' python/bindings/CMakeLists.txtsed -i 's/ npymath//g' utils/python/bindings/CMakeLists.txtmkdir buildcd buildcmake ../Clone the repository:
git clone git@github.com:kezhang29/productivity-checkers.git
Run the project:
python3 model.py
Similar projects matched by category, topics, and programming language.
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.
Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.