Mohamed Bassel's repositories
OCR-for-Arabic-Scripts
Optical character recognition or optical character reader (OCR) is the recognition process of text obtained from media in the form of typed, handwritten or printed text into machine-encoded text form. The text in question may be presented in the form of a scanned document, a photo of a document, a scene-photo or from subtitle text superimposed on an image.
Node-Analysis-Simulation
It takes an analog circuit schematic(Netlist File), simulates, calculates and plots the voltage at each node, and the current produced by each voltage source.
Chat-Room
The project is about implementing a chat room with multiple users using Java’s network programming, sockets, threading and Jframe.
Mini-C-Compiler
Languages & Compilers - CMPN403 - Spring 2019 Project
MyReads-Project
MyReads is a book tracking app that allows us to add, select and categorize books that we have read, currently reading, or want to read. It's developed using React Framework. "react-router-dom" and "prop-types" libraries are used in this project
Number-Plate-Recognition-System
Automatic Number Plate Recognition System that detects the numbers of a car plate, removes the noise and all the disruptions and outputs the text of the car plate. It basically consists of 4 phases: - Acquisition of Vehicle Image and PreProcessing, Extraction of Number Plate Area, Character Segmentation and Character Recognition. This project will be used as a gate access controller. The gate grants access to vehicles with specific number plates to enter an organization’s premises. The gate will open if a number plate matches one of the specific number plates, otherwise, it won’t.
Scrabble-Game.ai
This is the complete source code and documentation for Scrabble Game Project. This project is made for the Spring 2019 Machine Intelligence Course (CMPN402) (Previously for CMPN402/CMP402A Fall 2018) in Computer Engineering Program at Cairo University Faculty of Engineering
TicTacToe
implemented a Simple-Reflex Agent to TicTacToe game by using Minimax Algorithm