You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Designed and implemented an ANPR system using deep learning for accurate license plate identification. The project involved data preprocessing with OpenCV, TensorFlow, and OCR techniques for real-time identification. Model performance was evaluated using cross-validation and metrics like accuracy and F1 score.
Titanic Survival Prediction Using Decision Tree. This project uses a Decision Tree Classifier to predict Titanic passenger survival based on the Kaggle dataset. It covers data preprocessing, feature engineering, and model training with Scikit-learn.