An AI-powered image classifier web app built using TensorFlow, Flask, and TailwindCSS. It classifies images using a CNN model trained on CIFAR-10.
git clone https://github.com/Mdbaizidtanvir/image-classifier.git
cd image-classifier
# Create virtual env
python -m venv venv
source venv/bin/activate # or venv\Scripts\activate on Windows
# Install dependencies
pip install -r requirements.txt
# Run the app
python app.py