Traffic sign classification using fine-tuned VGG-16 with TensorFlow.
This project implements a deep learning model to classify traffic signs using a fine-tuned VGG-16 convolutional neural network (CNN). Built with TensorFlow and Keras, it processes a dataset of traffic sign images, trains a model to recognize 43 distinct classes, and evaluates its performance. The code is provided as a single Python script (traffic_sign_classifier.py) that handles data downloading, preprocessing, training, evaluation, and visualization.
A production-grade Retrieval-Augmented Generation (RAG) chatbot with multi-query retrieval, evidence...
An evidence-based AI system using RAG to generate ATS-optimized resumes from GitHub and research dat...
Time series forecasting of Bitcoin prices comparing multiple neural network architectures including ...