An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Anime or Not Image Classification

> An image classification project to determine whether an image is anime or not.


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.