This is the Official Repository of SAMARTH for Open Odyssey 1.0. Contribute your Python Projects, Games, and AI/ML Projects in our Repository 🔥. Make Quality Contributions 😎
This pull request implements a complete workflow for dog breed prediction from uploaded images. It includes image classification using a pre-trained Inception model, user signup functionality, email alerts, and database integration.
Key Features:
Dog Breed Prediction: Users can upload an image, and the model will predict the dog's breed with a confidence score.
Email Notification: After predicting the breed, an email alert is sent to the user with the prediction results and confidence level.
User Signup: Added a signup form with data stored in a MySQL database using SQLAlchemy.
File Upload Validation: Validates the uploaded files to ensure they are images (PNG, JPG, JPEG).
Flask-Mail Setup: Configured Flask-Mail to send email notifications.
Summary:
This pull request implements a complete workflow for dog breed prediction from uploaded images. It includes image classification using a pre-trained Inception model, user signup functionality, email alerts, and database integration.
Key Features: