{"id":22231022,"url":"https://github.com/elhaban3ro/thewildtool","last_synced_at":"2026-08-12T01:02:14.176Z","repository":{"id":63387129,"uuid":"566663772","full_name":"ElHaban3ro/TheWildTool","owner":"ElHaban3ro","description":"TheWildTool is a tool developed with the main objective of saving time when working with audio datasets. Either to prepare them, to get them or to train a model with them. 🤖","archived":false,"fork":false,"pushed_at":"2022-11-21T21:12:00.000Z","size":72850,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-03T17:49:26.687Z","etag":null,"topics":["ai","audio","audio-processing","data-analysis","data-science","dataset","deeplearning","python"],"latest_commit_sha":null,"homepage":"https://ferprojects.vercel.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ElHaban3ro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-16T06:32:23.000Z","updated_at":"2022-12-03T17:58:43.000Z","dependencies_parsed_at":"2022-11-18T01:06:56.926Z","dependency_job_id":null,"html_url":"https://github.com/ElHaban3ro/TheWildTool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ElHaban3ro/TheWildTool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElHaban3ro%2FTheWildTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElHaban3ro%2FTheWildTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElHaban3ro%2FTheWildTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElHaban3ro%2FTheWildTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElHaban3ro","download_url":"https://codeload.github.com/ElHaban3ro/TheWildTool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElHaban3ro%2FTheWildTool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36543910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-11T02:00:06.871Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","audio","audio-processing","data-analysis","data-science","dataset","deeplearning","python"],"created_at":"2024-12-03T01:17:04.487Z","updated_at":"2026-08-12T01:02:14.157Z","avatar_url":"https://github.com/ElHaban3ro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n  \n\n#  The Wild Tool. (Summary and Docs)\n\n  \n\n*Downtool is an open sources project developed mainly in python. Currently (November 2022) it is under development, therefore, you may encounter options that are not there or that are buggier than GTA the trilogy when it came out.*\n\n  \n\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg?style=flat-square)](https://opensource.org/licenses/MIT) [![Python 3.10](https://img.shields.io/badge/Python-3.10-blue.svg?style=flat-square\u0026logo=python)](https://www.python.org/downloads/release/python-310/) [![PyPi Package](https://img.shields.io/badge/PyPi_Package-pip_install_MovieTool-yellow.svg?style=flat-square\u0026logo=pypi)](https://pypi.org/project/TheWildTool/) [![GitGub Repositorie](https://img.shields.io/badge/GitHub_Repositorie-MovieTool-gray.svg?style=flat-square\u0026logo=github)](https://github.com/ElHaban3ro/TheWildTool/)\n  \n\n##  Summary\n\n  \n\nTheWildTool is a tool developed with the main objective of saving time when working with audio datasets. Either to prepare them (segmentation of your raw audio and more), to get them (get content from the internet like YouTube and more) or to train a model with them (train a model with your dataset created with the above and more).\n\n  \n\nAs already said, TheWildTool covers all these sections to have your space much tidier and cleaner. Only a few libraries are sometimes necessary.\n\n  \n\nTheMovieTool makes use of FFMPEG, therefore, for scalability, our repository and package already comes with it. We will update it as we update the tools.\n\n  \n\n  \n\n##  Classes Summary\n\n  \n\n-  ***ProccessAudio:*** It processes the audio to obtain different types of information in order to train a model.\n\n-  ***GenerateDataSet:*** Generate extraid datasets of key sites!\n\n-  ***VideoExtract:*** Process your videos into audio.\n\n  \n\n  \n\n##  Installation\n\n- Using pypi:\n```bash\npip install TheWildTool\n```\n\nor clonning repository (no recommended)\n\n  \n\n```bash\ngit clone https://github.com/ElHaban3ro/TheWildTool\n```\n\nand installing the dependencies\n```bash\npy -m pip install -r TheWildTool/requirements.txt\n```\n\n  \n\n  \n\n##  TheWildTool Origin\n\n  \n\n*Comming Soon...*\n\n  \n\n  \n\n***\n\n  \n\n  \n\n#  Documents\n\n  \n\n##  **ProccessAudio:**\n\n  \n\n*Processes the audios and operates with them.*\n\n  \n\n  \n\n\u003e ProccessAudio | \u003ctype: class\u003e\n\n***Import:***\n```python\nfrom TheWildTool.WorkData import ProccessAudio\naudiop =  ProdcessAudio()\n```\n\n\n***Methods:***\n\n  \n\n  \n\n- \u003e  **add_to_queue**\n\n\t*Add your audios to the list, and then work with them.*\n\t```python\n\tProccessAudio.add_to_queue(route_files:  list)\n\t```\n\t-  ***route_files:*** list of audio file paths. **(.mp3)**\n\n  \n\n  \n\n- \u003e **queue_to_array**\n\n\t*Transforms the tail array into numpy arrays. If you do not process the audios with this method you will not be able to see to them.*\n\t```python\n\tProccessAudio.queue_to_array()\n\t```\n\n\n-  \u003e **listen**\n\n\t*Show audio in a notebook.*\n\t```python\n\tProccessAudio.listen(index:  int)\n\t```\n\t-  ***index:*** Index of element belonging to extract_queue.\n\n\n-  \u003e **see**\n\n\t*It generates a graph that represents the decibels of your audio over time.*\n\t```python\n\tProccessAudio.see(index:  int,  grid  =  False,  save  =  False,  image_size  =  (20,  10),  **kwargs)\n\t```\n\t-  ***index:*** Index of element belonging to extract_queue.\n\n\t-  ***grid*** (bool, optional): Activate or deactivate the grid of your chart. Defaults to False.\n\n\t  \n\n\t-  ***save*** (bool, optional): Save the graph in its save_route. Defaults to False.\n\n\t  \n\n\t-  ***image_size*** (tuple, optional): Image size (it is not presented in pixels. It is useful to download this if you don't have a good graphic). Defaults to (20, 10).\n\n\t-  *****kwargs*** (optional).\n\n![AudioProccess Example](https://i.imgur.com/Z9LgW2p.png)\n\n- \u003e ***segment***\n\n  Cut a long audio into small segments that you use to train a model or whatever else you decide. \n\t```python\n\tProccessAudio.segment(index:int, segment_file:str)\n\t```\n\t- ***index (int):*** Index of your element in the queue.\n\n\t- ***segment_file (str):*** Path of the segmentation file for that mp3 file in the list.\n\n\tTo do the segmentation we make use of a file with a certain syntax to standardize the segmentation. Here is how the file would look like ```myVideo.aseg```\n\t\t\n\t```\n\t[DATASET NAME][list, of, persons, that, is, in, the, audio][time_type: h:m:s, m:s, s][Video Name]\n\t# Comment with \"#\"\n\n\n\t! Eminem # \"!\" Instance of speaker.\n\t- 00:00:25 \u003e 00:01:03 # Segment time to speaker.\n\t```\n\t\n\t***a example? oki:***\n\t\n\t```\n\t[TheWildProject Dataset][Jordi, Nacho, Other][h:m:s][TWP Clavero]\n\n\t! Jordi\n\t- 00:00:13 \u003e 00:01:27\n\n\t! Nacho\n\t- 00:01:30 \u003e 02:23:56 # (hace el podcast!! 😱 xd)\n\t```\n  \n\n##  **VideoExtract:**\n*Extract audio from video files.*\n\n  \n\n  \n\n\u003e VideoExtract | ***\u003ctype: class\u003e***\n\u003e \n***Import:***\n```python\nfrom TheWildTool.WorkData import VideoExtract\nvideos =  VideoExtract()\n```\n\n***Methods:***\n\n- \u003e **add_to_queue**\n\n\t*Add your audios to the list, and then work with them.*\n\t```python\n\tProccessAudio.add_to_queue(route_files:  list)\n\t```\n\t-  ***route_files:*** list of audio file paths. **(.mp3)**\n\n  \n\n-  \u003e **to_audio**\n\n\t*Extract the audio from the video.*\n\t```python\n\tProccessAudio.to_audio(remove_original  =  True,  audio_bitrate  =  '10k')\n\t```\n\t-  ***remove_original:(boolm optional)*** After conversion, delete the video.\n\n\t-  ***audio_bitrate (str, optional):*** String of the amount of bitrate your audio has. The string should be something like \"50k\", \"777k\" or \"5k\", but keep in mind that more Bitrate represents more weight in the file (but more quality).\n\n  \n\n\n  \n\n##  **GenerateDataset**\n*Generates datasets based on multimedia content from the Internet.*\n\n  \n\n\u003e GenerateDataset | ***\u003ctype: class\u003e***\n\n***Import:***\n```python\nfrom TheWildTool.WorkData import GenerateDataset\ndataset =  GenerateDataset()\n```\n\n***Methods:***\n\n-  \u003e **youtube**\n\n\t*Generate a dataset (obviously not prepared) based on a youtube playlist.*\n\n\t```python\n\tGenerateDataset.youtube(playlist:  str,  delete_original  =  True,  video_mode  =  False)\n\t```\n\t-  ***playlist (str):*** Playlist URL.\n\n\t-  ***delete_original (bool, optional):*** If video mode is false, the video file are removed.\n\n\t-  ***video_mode (bool, optional):*** It will generate a video dataset. It maximizes the \"medium\" video quality, where it is not so low, but enough to train a model (maybe even very high). 3 hours of video usually weighs 150mb's.\n\n  \n  \n\n\n\n  \n\n***\n\n  \n\n  \n\n[-----\u003e More Examples Here \u003c-----](https://colab.research.google.com/drive/1ewrPBijlpl3YSqPT6Io5Ho8X1W2Kylkx?usp=sharing) Google Colab\n\n  \n\n  \n\n***\n\n  \n\n***\n\n  \n\n  \n\n#  ***¿Some error? Contact me***\n\n  \n\n  \n\n[![Contact Twitter](https://img.shields.io/badge/Twitter-ElHaban3ro-9cf.svg?style=for-the-badge\u0026logo=twitter)](https://twitter.com/ElHaban3ro)\n\n  \n\n  \n\n[![Contact Discord](https://img.shields.io/badge/Discord-JOIN_TO_MY_DISCORD_SERVER-lightblue?style=for-the-badge\u0026logo=discord)](https://discord.gg/NGp9YbYJ8F)\n\n  \n\n  \n\n[![Contact Discord](https://img.shields.io/badge/GitHub-ElHaban3ro-lightgray?style=for-the-badge\u0026logo=github)](https://github.com/ElHaban3ro)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felhaban3ro%2Fthewildtool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felhaban3ro%2Fthewildtool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felhaban3ro%2Fthewildtool/lists"}