Skip to content

Agisthemantobeat/Gender-Prediction-using-Sound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Gender-Prediction-using-Sound

This is a machine learning project to identify Gender using Fuzzy.nysiis......

Fuzzy

Fuzzy is a python library implementing common phonetic algorithms quickly. Typically this is in string similarity exercises, but they're pretty versatile. It uses C Extensions (via Cython) for speed. The algorithms are: Soundex.

Installation

Use the package manager pip to install foobar.

pip install fuzzy

Usage

# Importing the fuzzy package
import fuzzy
# Importing the pandas module
import pandas as pd
# Importing numpy
import numpy as np


# Exploring the output of fuzzy.nysiis
fuzzy.nysiis(WORD))

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Releases

No releases published

Packages

No packages published