Skip to content
View olagalal's full-sized avatar
:octocat:
Coding
:octocat:
Coding

Block or report olagalal

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
olagalal/README.md

Hello, I'm Ola Galal πŸ‘‹

olagalal

✨ I'm Machine Learning Engineer at CoPilot Innovations. Interested in Artificial Intelligence, Machine Learning and Web Development. I enjoy building impactful projects and continually exploring new technologies to grow my expertise. πŸš€πŸ‘©πŸ»β€πŸ’»

SKILLS

Languages:

Python Java C++ JavaScript HTML5 CSS3

AI/ML:

TensorFlow PyTorch NumPy Pandas Matplotlib OpenCV NLTK

Backend:

Node.js Express

Databases:

MySQL PostgreSQL MongoDB Redis

Testing & QA:

Jest Mocha Cucumber Selenium

Development Tools:

Git Swagger Jupyter LaTeX Postman

Pinned Loading

  1. udacity-deep-learning udacity-deep-learning Public

    ✨ This repo contains my projects & tutorials for Udacity - Deep Learning

    Jupyter Notebook 1

  2. udacity-data-analysis udacity-data-analysis Public

    ✨ This repo contains my projects for Udacity - Advanced Data Analysis

    HTML 1

  3. NLP-Arabic NLP-Arabic Public

    This project is Natural Language Processing Project concerned with Arabic Language. With the use of nltk, re and pyarabic libraries.

    Python 4

  4. simplex-solver simplex-solver Public

    An implementation of the Simplex algorithm used to solve tableaus representing linear optimization problems. We even handled special cases, such as: Unbounded Solution, Infeasible Solution, and Mul…

    Java 3

  5. lexical-analysis lexical-analysis Public

    This project is lexical analyzer implemented using java and regex. It takes input file and then generates the output. This project was made for (Compiler - Forth Year) in my college.

    Java 1

  6. ll1-parser ll1-parser Public

    LL(1) parser (Left-to-right, Leftmost derivation) is a top-down parser for a subset of context-free languages. This project is LL(1) parser implemented using java. This project was made for (Compil…

    Java 1