Skip to content
View IsraelAzoulay's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report IsraelAzoulay

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

Animated Text

Website LinkedIn Hugging Face Email

Profile Views Visitor Badge

  • 🎯 Currently pursuing: A Master of Science (MSc) in Data Science from the University of Pittsburgh, and harnessing the power of Computer Vision to develop innovative solutions that address complex, real-world problems. Leveraging cutting-edge technologies to drive impactful results and foster innovation in the field of AI.
  • 📚 Continuing Learning: Immersing myself in advanced deep learning algorithms and their applications across various domains. Always striving to stay at the forefront of technological advancements and best practices in the industry.
  • 🚀 Passions: Ardently dedicated to Data Science, Machine Learning, Deep Learning, and Computer Vision. Eager to collaborate, share insights and discuss groundbreaking ideas that push the boundaries of what’s possible.
  • Fun fact: In the realm of data and algorithms, "Impossible" is simply "I'm-Possible", yet to be decoded.

Open-Source Projects

Data Science, Machine Learning & Deep Learning Projects

Title Description
DishVision: Multi Class Image Classifier - Computer Vision End-to-end project utilizing PyTorch for deep learning and computer vision, classifying images of three different types of food with 96+% accuracy on the test set. Includes a detailed replication of a Vision Transformer machine learning research paper. Deployed on Hugging Face as an interactive app and can be accessed here.
Food Image Deca (10 Classes) Classifier - Computer Vision Classifying images of 10 different food classes using deep learning and computer vision techniques with TensorFlow. Achieved 90% accuracy on the full test set.
Food Image 101 Classes Classifier - Computer Vision Leveraging TensorFlow for transfer learning and fine-tuning, this project classifies 101 different types of food with 80% accuracy on the test set. This performance outperforms the 50.76% baseline accuracy reported in the original Food101 paper using 10% of the training data and surpasses the 77.4% accuracy benchmark set by the DeepFood paper using 100% of the training data.
BTC Price Predictor - Time Series Time series forecasting project aimed at predicting the price of Bitcoin using machine learning and deep learning techniques with TensorFlow.
Smart Abstract Classifier - NLP Developing a Natural Language Processing model to classify sentences in abstracts, articles, and other texts into their respective roles, using TensorFlow.
HireMind - NLP A private, in-progress job management web-app merging advanced ML and DL models, NLP techniques, and robust management.
Webcam Guardian Alert - Computer Vision (OpenCV) A monitoring tool that uses your webcam to detect movement and send email alerts.
PropPredict Developing a Machine Learning Real Estate Price Prediction Engine.

DevOps Project

Title Description
MeteoMate 🌦️ A Flask-powered weather web-app built with Python, Bash & JavaScript, serving real-time weather data for select cities. Features responsive UI, Docker containers (for the app and its unit tests), and CI/CD pipelines via GitHub Actions. Deployed on Heroku and AWS EKS using Terraform, Kubernetes, and Helm, showcasing continuous evolution.
• View live on Heroku: MeteoMate on Heroku
• View live on AWS: MeteoMate on AWS

Misc Projects

Title Description
GlobalForecast5 Web application providing weather forecasting for any place globally for up to 5 days, visualized using line graphs or relevant images.
WeatherRESTful API Flask-based web application providing access to temperature data from various weather stations around the world.
CSVPDFusion Python-based solution for generating PDF files for note-taking on specific programming topics, sourced from a CSV file.
Sheet2Receipt Python application that converts invoice data from Excel files into structured PDF documents.
EventEagleEye Python-based application designed to periodically scan a specific website for new tour event announcements and send email notifications.

Blog Posts

I regularly post detailed articles on LinkedIn, discussing various topics in data science, machine learning & deep learning. You can explore my posts and connect with me on LinkedIn:

Let's Connect

Feel free to explore my work and connect with me through any of the platforms listed above. Let's exchange knowledge and build something amazing together 🚀

Pinned Loading

  1. multi-class-image-classifier-computer-vision multi-class-image-classifier-computer-vision Public

    Classifying images of three different types of food using deep learning and computer vision techniques with PyTorch. Achieved 96+% accuracy on the test set. Deployed on Hugging Face as an interacti…

    Jupyter Notebook

  2. food-image-deca-classifier-computer-vision food-image-deca-classifier-computer-vision Public

    Computer vision deep learning project classifying 10 classes of food images with 90% accuracy, built with TensorFlow.

    Jupyter Notebook

  3. food-image-101-classes-classifier-computer-vision food-image-101-classes-classifier-computer-vision Public

    Computer vision deep learning project classifying 101 classes of food images with 80% accuracy, built with TensorFlow. Beats the baseline accuracy of 50.76% (Food101 paper) and 77.4% (DeepFood paper).

    Jupyter Notebook

  4. BTC-Price-Predictor BTC-Price-Predictor Public

    Machine Learning and Deep learning-based time series forecasting of Bitcoin stock prices using TensorFlow

    Jupyter Notebook

  5. SmartAbstractClassifier-NLP SmartAbstractClassifier-NLP Public

    Currently developing a Natural Language Processing model to classify sentences in abstracts, articles, and other texts into their respective roles (objective, methods, results, etc.), enabling effi…

    Python

  6. MeteoMate MeteoMate Public

    Flask & Python powered web application providing real time weather data for select cities. Features a responsive UI, Dockerized environment including tests, MongoDB logging and CI/CD via GitHub Act…

    Python