https://github.com/stewartpark/anime_picture_tester
This program tests if a picture is a real photo or from anime based on neural network techniques.
https://github.com/stewartpark/anime_picture_tester
Last synced: 3 months ago
JSON representation
This program tests if a picture is a real photo or from anime based on neural network techniques.
- Host: GitHub
- URL: https://github.com/stewartpark/anime_picture_tester
- Owner: stewartpark
- Created: 2014-03-09T20:37:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-09T20:59:40.000Z (over 11 years ago)
- Last Synced: 2025-02-02T23:06:21.473Z (4 months ago)
- Language: Python
- Size: 2.84 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Anime picture tester
====================This program tests if a picture is a real photo or from anime based on neural network techniques.
The main idea of this program is that anime pictures and real photos differ in their color range.In our given data set, it showed 95%+ accuracy.
$ pip install numpy neurolab PIL
$ python main.py
File path:test1.jpg
[ -4.85186913e-09]
Real picture
$ python main.py
File path:test2.jpg
[ 1.]
Anime picture