Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 405 Bytes

File metadata and controls

13 lines (10 loc) · 405 Bytes

Voice Prediction using Random Forest and TensorFlow

This project predicts gender based on voice features using a Random Forest Classifier.

Project Structure

  • data/: Contains training and test datasets.
  • src/: Python files for training and testing the model.
  • notebooks/: EDA and visualization notebooks.

Requirements

Install dependencies using:

pip install -r requirements.txt