https://github.com/eseku/voice-to-age
https://github.com/eseku/voice-to-age
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eseku/voice-to-age
- Owner: eseku
- Created: 2020-05-24T21:12:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T01:34:40.000Z (about 5 years ago)
- Last Synced: 2025-02-02T15:33:51.664Z (4 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## REQUIREMENTS:
To run the voice2age.py program, you would need the following libraries:
- keras
- numpy
- sox (python library via pip install sox)
- scipyOnce you have installed the above requirements (using pip install), you can run the
program as follows:$ python voice2age.py
The above program will print an age range that the classifier would predict.
PS. If the model does not load due to the error "Can't load_model with error “Optimizer weight shape [..]", then you would need to run the convert_to_old.py program as most probably this issue has to do with the version of keras you are using.
Now you should try to run the program again.