Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.33 KB

WASIS

WASIS (Wildlife Animal Sound Identification System) is a public-domain software that recognizes animal species based on their sounds. From a partnership between Laboratory of Information Systems (LIS) and Fonoteca Neotropical Jacques Vielliard (FNJV) of the Institute of Biology of the University of Campinas (UNICAMP), the main goal of this project is to design a tool which supports multiple algorithms to help scientists and general public on the identification of species.


Dependencies (all located in the folder 'lib'):

LT-Libraries https://github.com/leandrotacioli/LT-Libraries

H2 Database Connector https://www.h2database.com

MySQL Database Connector https://www.mysql.com/products/connector

MigLayout http://www.migcalendar.com/miglayout

JCommon http://www.jfree.org/jcommon

JFreeChart http://www.jfree.org/jfreechart

PNG Encoder http://catcode.com/pngencoder

JExcelApi http://jexcelapi.sourceforge.net


WASIS relies on FFmpeg to transform audio files into a default format (located in the folder 'res'): https://www.ffmpeg.org

For Windows users, 'ffmpeg-windows.exe'. For Linux users, 'ffmpeg-linux'. For Mac users, 'ffmpeg-mac'.