projects
OSS ❤️
AnalyzeCCTV
Program for analyzing live video from cameras using AI
The program automatically analyzes images from cameras and sends a notification on Telegram when it detects a person.
Finished ✅
cboard
Web application for sharing text
The application is built in the Next.js framework, it allows to write/paste text to get a one-time sharing link. After opening the link, the content is deleted from the database.
Finished ✅
Decision
Web application for voting
The application is built in the Next.js framework, it allows voting YES / NO on a question that can be changed in the admin panel. The sizes of the sections are dynamically calculated by a script that retrieves the current number of votes from the database and simultaneously updates the counter.
In progress 🛠️
PyLearn
Web application for learning Python
The application uses containerization with Docker to provide an isolated execution environment for user code. The project was implemented in TypeScript using the Nuxt.js framework, which is my first time using this tool.