https://github.com/nulitas/anime-or-not-image-classification
Created a user-friendly web application using Flask that lets users upload images and get predictions from a powerful image classifier.
https://github.com/nulitas/anime-or-not-image-classification
flask image-classification machine-learning python
Last synced: about 2 months ago
JSON representation
Created a user-friendly web application using Flask that lets users upload images and get predictions from a powerful image classifier.
- Host: GitHub
- URL: https://github.com/nulitas/anime-or-not-image-classification
- Owner: nulitas
- Created: 2024-03-16T03:25:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T20:51:05.000Z (over 2 years ago)
- Last Synced: 2025-03-16T19:19:25.800Z (over 1 year ago)
- Topics: flask, image-classification, machine-learning, python
- Language: HTML
- Homepage:
- Size: 10.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anime or Not Image Classification
> An image classification project to determine whether an image is anime or not.
## ✨ About The Project
This is a personal project exploring image classification techniques to distinguish anime-style images from real-world photography or other types of images.
## 🚀 Getting Started
### Prerequisites
- Python 3.7+ (Recommended)
- CLI with administrator privileges
### Installation
1. Install required packages:
```sh
pip install Flask tensorflow opencv-python
```
2. Run the application:
```sh
flask run
```
## 🛠️ Tech Stack
- **Flask** - Web framework
- **TensorFlow** - ML Models
- **OpenCV** - Image processing
## 📝 License
Distributed under the MIT License.