Code Monkey home page Code Monkey logo

gender-recognition-by-voice's People

Contributors

painaddict avatar x4nth055 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

gender-recognition-by-voice's Issues

How to get the result accuracy?

I'm trying to code a script that detects speaker gender over time on a sound file.

I used ffmpeg to slice the file into few-seconds chunks, then I use this project to analyze each chunk.

The problem is that many of them doesn't have voice at all: it could be silences, ambiance music, various noises, etc. , on which the script still tries to guess the gender.

I tried to eliminate chunks where scores are lower than 90% but it produces many false positives (I guess it's because if the score given for one gender is bad but the score for the other one is a lot more bad, the algorithm could give a >90% certitude for the first one).

I there a way to get the accuracy of the result, or having scores for each gender independent to each other?

How to solve this error ?

TypeError Traceback (most recent call last)
in
2 tensorboard = TensorBoard(log_dir="logs")
3 # define early stopping to stop training after 5 epochs of not improving
----> 4 early_stopping = EarlyStopping(mode="min", patience=5, restore_best_weights=True)
5
6 batch_size = 64

TypeError: init() got an unexpected keyword argument 'restore_best_weights'

How to add the dataset directory ?

load the dataset

X, y = load_data()

split the data into training, validation and testing sets

data = split_data(X, y, test_size=0.1, valid_size=0.1)

construct the model

model = create_model()

I dint get that. where to use the 12 GB dataset that I downloaded

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.