The-Data-Alchemists-Manipal / MindWave

MindWave is an open-source project designed for beginners to learn about data science, machine learning, deep learning, and reinforcement learning algorithms using Python. The project offers a platform for implementing relevant algorithms, with open-source tools and libraries.
MIT License
96 stars 145 forks source link

Add alphabet recognition project using pre-trained VGGNet #677

Open lakshmishreea122003 opened 11 months ago

lakshmishreea122003 commented 11 months ago

Is your feature request related to a problem? Please describe.

dataset = kaggle alphabet recognition dataset model = VGGNet

Describe the solution you'd like

pre-trained models, VGGNet and fine-tune them on your alphabet recognition task. Transfer learning allows to benefit from models trained on large datasets like ImageNet and adapt them to your specific problem.

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct

khusheekapoor commented 11 months ago

@lakshmishreea122003 - you can go ahead! We are assigning you 21 days for this project, after which it will be assigned to someone else if not completed. All the best! Name the file as: algorithm_dataset.ipynb and link it in the readme of the labeled directory as algorithm - dataset.