Coder Social home page Coder Social logo

fkubota / anima Goto Github PK

View Code? Open in Web Editor NEW
11.0 2.0 0.0 295.29 MB

音データ用ラベリングツール。Linuxなら環境必要構築不要で使える。ラベルのレコメンド機能もついている。

Jupyter Notebook 3.17% Python 0.21% TeX 76.31% HTML 20.31%

anima's Introduction

このアプリはなに?

このアプリを参考につくりました。 ヒューマンインザループ**で作られた音データをラベリングするツールです。あるターゲット音1種類を探す時に使います。例えば音声ファイルの中にクシャミが含まれていてその音をラベリングしたいなどです。
また、このツールにはラベルレコメンド機能がついています。ラベリングしたデータに似たデータを自動で抽出しレコメンドしてくれます。レコメンドされたラベルに対し正否を判断しフィードバックすることでレコメンド性能は徐々に向上していきます。

Not Found

使い方

  • また今度書くやで

Installation

  • めっちゃ簡単に動かしたい人向けの説明

    • 実行ファイルがビルドされているのでそれを動かすだけです
    • 手順
      1. リポジトリをクローンする
      2. chmod u+x anima/app/dist/anima/anima <--- 実行権限付与
      3. ./anima/app/dist/anima/anima <--- 実行
  • developer 向けの説明

    • また今度書くやで

build

  • build command
    • cd app
    • pyinstaller main.spec
  • sklearnとscipyのビルドをするのはちょっとむずかしい。
  • app/main.spec ファイルに以下を書き足したら動いた。
hiddenimports=['scipy.special.cython_special', 'sklearn.utils._cython_blas', 'sklearn.neighbors._typedefs', 'sklearn.neighbors._quad_tree', 'sklearn.tree', 'sklearn.tree._utils'],

anima's People

Contributors

fkubota avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

anima's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.