Stars
We write your reusable computer vision tools. 💜
Python package to download Music, Video, Album, Podcast & Playlists from www.RadioJavan.com
Suicide Detection from different languages using Python
A lossless image compression and decompression algorithm utilizing the Huffman coding technique to efficiently reduce image file sizes while maintaining image quality.
Image steganography and compressing
In this project 8 approaches presented for solving OP.
Prediction of diabetes using logistic regression
Diabetes Prediction with Logistic Regression
This is an AI model for predicting laptop price, trained on about 1200 data.
A challenging single-player Othello gaming experience, featuring an intelligent opponent powered by the Minimax algorithm with alpha-beta pruning for strategic move evaluation and decision-making.
This is a signals and systems course project.
Diabetes-Prediction is a project aimed at developing a predictive model for diabetes using logistic regression. This repository contains the code and resources needed to create a user-friendly appl…
Fine-tuned the VGG16 model for real-time recognition of handwritten mathematical notations, incorporating dynamic bounding boxes and multi-symbol segmentation for enhanced accuracy.
This is an AI model for predicting laptop price, trained on about 1200 data.
The Assembly Interpreter is a project that aims to interpret and execute assembly language programs defined in a specific format. This interpreter reads input from a text file containing a sequence…
This is OR-course project with Minizinc and Python.
The Operating-System-Scheduler repository presents an intricate project that simulates and analyzes processor timing through common scheduling algorithms used in operating systems. Delve into the c…
Efficient Solutions for the Orienteering Problem: A Comparative Study of Dynamic Programming and Floyd-Warshall Algorithms
This is Back-End of a downloading movie website
aliiimaher / OS-Project
Forked from manialm/OS-ProjectCPU Process Scheduling Algorithms
This repository contains a Python project that implements an assembler for a custom instruction set architecture. The assembler takes assembly code as input and converts it into machine code. The s…
Simple script that will read your mind
Developing an Efficient Travel Management System using Python's Tkinter GUI and MySQL Database Integration
A simple python guess number game with GUI
This repository contains the code and instructions for an introductory project on Dockerization. Explore the world of containerization as you build and depoly simple client and server containers us…
Compiling python to c language using python language, lex and yacc