This project predicts gender based on voice features using a Random Forest Classifier.
data/: Contains training and test datasets.src/: Python files for training and testing the model.notebooks/: EDA and visualization notebooks.
Install dependencies using:
pip install -r requirements.txt