AICTE INTERNSHIP WORKSHOP-SAP,MICROSOFT AND EDUNET
uses Streamlit to launch the app
Uses CNN for Image Classification with maxpooling and RELU
Rquirements are given in the requirements.txt file
Has 2 CNN models:CIFAR-10 and MobileNetV2
Installation
Clone the repository:
cd Implementation-of-ML-model-for-image-classification
Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows use venv\Scripts\activate
Install the required packages:
pip install -r requirements.txt
Start the Streamlit app:
streamlit run app.py