-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #823 from sanyadureja/main
Added Project: Image Classification Using CNN (CIFAR-10 Dataset) under the Neural Networks Folder
- Loading branch information
Showing
3 changed files
with
1,084 additions
and
0 deletions.
There are no files selected for viewing
1,064 changes: 1,064 additions & 0 deletions
1,064
...Image Classification Using CNN (CIFAR-10)/Image_Classification_Using_CNN_(CIFAR_10).ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+1.98 MB
Neural Networks/Image Classification Using CNN (CIFAR-10)/Model_Prediction.sav
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
Neural Networks/Image Classification Using CNN (CIFAR-10)/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
||
|
||
|