nadinfromc137's Stars
public-apis/public-apis
A collective list of free APIs
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
facebook/react
The library for web and native user interfaces.
flutter/flutter
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
f/awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
microsoft/Web-Dev-For-Beginners
24 Lessons, 12 Weeks, Get Started as a Web Developer
microsoft/ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
microsoft/Data-Science-For-Beginners
10 Weeks, 20 Lessons, Data Science for All!
iampawan/FlutterExampleApps
[Example APPS] Basic Flutter apps, for flutter devs.
vasanthk/how-web-works
What happens behind the scenes when we type www.google.com in a browser?
pycaret/pycaret
An open-source, low-code machine learning library in Python
joelgrus/data-science-from-scratch
code for Data Science From Scratch book
ACM-Alexandria-SC/internships
harryadel/AI-ML-Driven-Companies-In-Egypt
A list of AI/ML driven companies in Egypt
wzh191920/License-Plate-Recognition
License Plate Recognition For Car With Python And OpenCV
durgeshsamariya/data-science-roadmap
Roadmap to learn Data Science and related areas.
WillBrennan/SkinDetector
A Python based skin detection system using OpenCV
IbrahimSobh/imageclassification
Deep Learning: Image classification, feature visualization and transfer learning with Keras
sdht0/automata-from-regex
A python program to build nfa, dfa and minimised DFA from given regular expression. Uses Tkinter for GUI and GraphViz for graphs.
okankop/Driver-Anomaly-Detection
PyTorch Implementation of "Driver Anomaly Detection: A Dataset and Contrastive Learning Approach", codes and pretrained models.
ZheyuanXie/KLT-Feature-Tracking
A Python implementation of the Kanade–Lucas–Tomasi (KLT) feature tracker
JWFangit/LOTVS-DADA
Driver Attention Prediction in Accidental Scenarios
IbrahimSobh/see-inside-cnn
Going deeper into Deep CNNs through visualization methods: Saliency maps, optimize a random input image and deep dreaming with Keras
Vicomtech/DMD-Driver-Monitoring-Dataset
DMD - Driver Monitoring Dataset
pascalxia/driver_attention_prediction
nullbyte91/Driver-Monitoring-System-Gaze_Detection
Driver Monitoring System by using deep learning model Gaze, Face detection, Face Landmark, and Head pose estimation.
IbrahimSobh/kaggle-Flower-Classification-TPUs
TPUs are powerful hardware accelerators specialized in deep learning tasks, now available on Kaggle. https://ibrahimsobh.github.io/kaggle-Flower-Classification-TPUs/
niemaattarian/Thompsons-Construction-on-NFAs
I was asked to write a Python program to execute regular expressions on strings using an algorithm known as Thompson's construction. In this, I have to build a non-deterministic finite automaton (NFA) from a regular expression, and can use this to check if the regular expression matches any given string text
AmalEzzouhri/Driver-Distraction-Dataset
kevinniland/Thompsons-Construction-on-NFAs
:mortar_board: 3rd year Graph Theory project. Involves writing a program in Python to execute regular expressions on strings using the algorithm known as Thompson's Construction.