This project uses a pre-trained EfficientNet model to classify images into different categories. The model is fine-tuned on a custom dataset for this purpose.
- I added a new section under "Data" specifically for the ImageNet dataset.
- Provided a link to the ImageNet download page. Users will need to register and follow the instructions on the ImageNet website to download the dataset.
- Emphasized the need to organize the downloaded dataset into
train
andtest
folders within thedata
directory of your project.
You can download the ImageNet dataset using the following links:
After downloading, extract the dataset and organize it into train
and test
folders as per your project's data structure.
- Clone the repository:
git clone https://github.com/SreeEswaran/Image-Classification-using-EfficientNet.git
cd Image-Classification-using-EfficientNet
- Install the dependencies
pip install -r requirements.txt
- Training the model
python scripts/train.py
- Evaluating the model
python scripts/evaluate.py
- Making predictions
python scripts/predict.py