Skip to main content

package to predict onepiece image character

Project description

Machine Learning Project Documentation

Project Overview

This repository contains programs for classifying images. The images used for this project are images of Onepiece anime characters. There are 18 predicted anime characters. This project is packaged in the form of a python package so that it can be used by the public.

Installation Guide

Requirements

It is recommended to run this application within a virtual environment. First thing first is clone the repository

git clone https://github.com/lombokai/onepiece-classifier.git

Virtual Environment Setup

create a virtual environment

python3 -m venv <virtual environment name>

command line to activate your virtual environment in linux

source <virtual environment name>/bin/activate

command line to activate your virtual environment in windows

<virtual environment name>\Scripts\activate

install package requirements

pip install -r requirements/main.txt

Usage

Example Usage

This package provide image to predict in assets directory. If you want to try predict an image, run predict.py script with command bellow

python3 predict.py <image path>

command example if you are working in parent directory of this repo

python3 predict.py assets/luffy.png

try to predict different image with command above

Run the Application

install onepiece-classify package

pip install onepiece-classify

acces predict method from onepiece-classify pakcage

from onepiece_classify.infer import ImageRecognition

instantiate the class with your model path. Download trained model here and make sure you specify model path parameter in the location of downloaded model

predictor = ImageRecognition(<model path>)

then you just predict your image with predict method

predictor.predict(<your image path>)

Data Description

Data Sources

Data obtained from Kaggle here. The data contains a collection of 18 onepiece character images, and is saved in jpg, jpeg and png formats.

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

License

License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

onepiece_classifier-0.0.2.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

onepiece_classifier-0.0.2-py3-none-any.whl (13.6 kB view details)

Uploaded Python 3

File details

Details for the file onepiece_classifier-0.0.2.tar.gz.

File metadata

  • Download URL: onepiece_classifier-0.0.2.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for onepiece_classifier-0.0.2.tar.gz
Algorithm Hash digest
SHA256 8ffec6e36d739024f1024e1127c933066dd085169f7ecee2cc35d34cf3dcd421
MD5 08ec39550181392e8ad78c93c566b822
BLAKE2b-256 dfeb60a49be84d5cdf68d3005cbe997c4949f7a2814a4f22d85f611a5a75a909

See more details on using hashes here.

File details

Details for the file onepiece_classifier-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for onepiece_classifier-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 734ed19f583b3e49ec44ea9681ba004acf7b3a4da027ba548627e2218cf6d53e
MD5 d57dc0bd5e416770859887bb3b37de7a
BLAKE2b-256 f23c44aef8ffc436d3b07de92c147c536d299d14f6c88dcad924c6be1f76b165

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page