Skip to content
View cyprienti's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report cyprienti

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

Popular repositories Loading

  1. Magic-Wand Magic-Wand Public

    A Magic Wand project that recognizes three differents spells using motion gestures (stone, paper, scissors). Sensor data is collected and used to train a classifier that detects which spell is cast…

    Python 1

  2. LLM-Writing-Assistant LLM-Writing-Assistant Public

    A local LLM-based writing assistant web app with a custom UI. Users can write and edit text intelligently using an offline LLM agent integrated into the interface. Includes UI design, wireframes, a…

    Python 1

  3. 3D-Model-Generation-with-AI 3D-Model-Generation-with-AI Public

    A 3D model generation web interface powered by the Generio API and GenAI features. Supports Prompt-to-Image, Image-to-3D, and Sketch-to-3D generation. Includes a multi-input UI for previewing 3D mo…

    Python 1

  4. Greenscreen-Image-Replacement_NumPy_Matplotlib- Greenscreen-Image-Replacement_NumPy_Matplotlib- Public

    This project implements a simple greenscreen background replacement using only NumPy and Matplotlib. It loads two images — a person in front of a green screen and a forest background — as NumPy arr…

    Python

  5. Fitts-Law-Experiment-GUI Fitts-Law-Experiment-GUI Public

    This project implements an experimental validation of Fitts’ Law, which models the relationship between the difficulty of a motor task and the time required to complete it. Participants must click …

    Python

  6. Image-Scaling-in-Python-Nearest-Neighbor-Bilinear-Interpolation Image-Scaling-in-Python-Nearest-Neighbor-Bilinear-Interpolation Public

    This project implements two classic image scaling algorithms — Nearest Neighbor and Bilinear Interpolation — using pure Python and NumPy (without OpenCV or other high-level libraries).

    Python