Skip to content
View ManiMajd89's full-sized avatar
😎
😎
  • University of Toronto
  • Toronto, Canada
  • LinkedIn in/mani-majd

Block or report ManiMajd89

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Gomuku-Five-in-a-Row- Gomuku-Five-in-a-Row- Public

    This Python project implements the classic Gomoku game, where a player competes against an AI to achieve five consecutive stones on an 8x8 board. The AI uses strategic scoring functions to make opt…

    Python 2

  2. Weather-Prediction-model-using-LSTMs Weather-Prediction-model-using-LSTMs Public

    This code implements a multi-time-step weather prediction model using LSTMs (Long Short-Term Memory networks). It preprocesses weather data, creates time-series datasets, trains an LSTM-based neura…

    Python 2

  3. Two-Story-Building-Free-Vibration-Simulation Two-Story-Building-Free-Vibration-Simulation Public

    This MATLAB code simulates the free vibration of a two-story building modeled with coupled second-order differential equations. It uses Euler’s Method (EM), Improved Euler’s Method (IEM), and an an…

    MATLAB 2

  4. Image-Text-Extractor Image-Text-Extractor Public

    This project uses OpenCV and Tesseract OCR to detect and extract text from images. The program preprocesses images, identifies text regions, and converts them into readable text, which is saved to …

    Python 1