Agisthemantobeat / Gender-Prediction-using-Sound

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Jupyter Notebook 100.0%