Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Project: Image Classification Using CNN (CIFAR-10 Dataset) under the Neural Networks Folder #823

Merged
merged 5 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Image Classification Using Convolution Neural Networks

<img width="659" alt="1" src="https://github.com/sanyadureja/-Image-Classification-using-Convolution-Neural-Networks-CNNs-/assets/84080312/a48be9bf-2e29-41e8-8597-394735df1092">

<img width="658" alt="2" src="https://github.com/sanyadureja/-Image-Classification-using-Convolution-Neural-Networks-CNNs-/assets/84080312/7ca3f7a0-7768-4440-b219-17eee1bfd8a2">

<img width="658" alt="3" src="https://github.com/sanyadureja/-Image-Classification-using-Convolution-Neural-Networks-CNNs-/assets/84080312/a387b507-69f3-46a8-b6c1-08d063c0e9b0">

## Project Structure
- `Image_Classification_Using_CNN_(CIFAR_10).ipynb`- Contains the .ipynb file (Jupyter notebook).
- `Model_Prediction.sav` - Contains model saved using Pickle which can be deployed in production environments where it will serve predictions based on incoming data. The Pickle format makes it easy to integrate with various frameworks, such as Flask, Django, or FastAPI.

## How to Run
1. Clone the repository.
2. Run the `.ipynb` notebook.
3. The Model_Prediction.sav will be saved.




Loading