Skip to content

Commit

Permalink
Merge pull request #823 from sanyadureja/main
Browse files Browse the repository at this point in the history
Added Project: Image Classification Using CNN (CIFAR-10 Dataset) under the Neural Networks Folder
  • Loading branch information
UppuluriKalyani authored Nov 8, 2024
2 parents d70863d + 89e4d73 commit 0c24d30
Show file tree
Hide file tree
Showing 3 changed files with 1,084 additions and 0 deletions.

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.




0 comments on commit 0c24d30

Please sign in to comment.