googlove / meow-by-meow

classify cats' sounds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meow-by-Meow

An app to understand why your cat is yelling at you.

More Information

This project was created during the Fall 2023 Session of the Erdos Institute by

A presentation providing an overview is found here.

Repository Structure

.
|   # The analysis code.
├── src
|   ├── data_handling
|   ├── modeling
|   └── user_interface
|
|   # Supporting modules.
├── meowlib
│   ├── data_handling.py
│   └── utils.py
|
|   # Data employed.
├── data
|   ├── raw_data
│   ├── processed_data
│   └── trained_models
|
|   # Installation requirements.
├── packages.txt
├── requirements.txt
└── setup.py

About

classify cats' sounds


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%