Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

daanjo3/artc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArtC

The Iconclass art classifier, a convolutional neural network.

Installation

  1. Create the virtual environment virtualenv -p python3 artc-py3-env
  2. Run the virtual environment venv artc-py3-env/bin/active
  3. Install tensorflow if not yet present pip install tensorflow

Directory structure

artc-py3-env/
resource/data/   <-- test set
            | *.jpg   <-- test image
            | data.json   <-- dataset index
src/
    | main.py  <-- program entry point
    | data/
        | loader/    <-- runtime dataset loader
        | sets/    <-- data set downloader

About

The python art classifier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages