Amin_Moniry's repositories
Advance_Calculator
Amin's Advanced Calculator Project An intuitive calculator app built using Python and PyQt6 for basic, advanced math, and trigonometric operations. This project comes with a sleek user interface, calculation history, and customizable themes, perfect for both casual and advanced users!
CAMERA_PROJECT-WITH_QUEUE_TREADING_DATABASE
This code uses multithreading to process video frames in parallel. It captures frames from a camera or video, applies YOLO object detection, and saves detected objects as images. The details of each detected object are stored in a SQLite database for future reference. Threads process the frames concurrently, improving efficiency.
Telegram_Translator_Bot
This bot can translate 9 languages
DJANGO_PRACTICE_CODE
🚀 Django Project – In this project, you will learn Class-Based Views (CBV), URL routing, template rendering, and unit testing in Django. It helps you understand how to structure a scalable web application. You’ll see how views and templates interact dynamically. Additionally, you’ll practice writing tests to ensure application stability.
Map_HTML
This project features an interactive map of Iran, where users can click on different cities to learn more about their historical and tourist attractions. Each region is mapped using HTML <map> and <area> elements, ensuring an engaging experience. Click on a city and start exploring!
Speech-to-Text-Transcription
This project automates audio processing by removing silence, transcribing speech to text, and storing the output in an SQLite database. It supports multiple audio formats and leverages Google Speech Recognition for high accuracy.