Metadata-Version: 2.1
Name: voice-gender-recognition
Version: 0.1.0
Summary: A voice gender recognition package using machine learning
Home-page: https://github.com/yourusername/voice_gender_recognition
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyaudio
Requires-Dist: librosa
Requires-Dist: numpy
Requires-Dist: tensorflow

# Voice Gender Recognition

A Python package for real-time voice gender recognition using machine learning.

## Installation

