Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
/ tarteel-ml Public archive

Pre-processing and training scripts for the Tarteel Dataset

License

Notifications You must be signed in to change notification settings

TarteelAI/tarteel-ml

Repository files navigation

Tarteel Machine Learning

This repo is designed to house code related to Tarteel machine learning related tasks. 🔬

Specifically, things like:

  • Model selection ✅
  • Preprocessing of data 🔉
  • Model training, validation, and and iteration 🔁
  • Demos 🚀

Code here is mostly experimental so check back regularly for updates.

If you found this repo helpful, please keep it's contributors in your duaa 🙌.

🔥 To see our technology live in action, visit tarteel.io. 🔥

Getting Started 🔰

Prerequisites

We use Python 3.7 for our development. However, any Python above 3.6 should work. For audio pre-processing, we use ffmpeg and ffprobe. Make sure you install these using your system package manager.

Mac OS

brew install ffmpeg

Linux

sudo apt install ffmpeg

Then install the Python dependencies from requirements.txt.

pip3 install -r requirements.txt

Usage

Use the -h/--help flag for more info on how to use each script.

This repo is structured as follows:

Root

Wiki 📜

Check out the wiki for instructions on how to download and pre-process the data, as well as how to start training models.

Contributing 💯

Check out CONTRIBUTING.md to start contributing to Tarteel-ML!

About

Pre-processing and training scripts for the Tarteel Dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published