This repository is about building a deep learning model using TensorFlow 2 to recognize gender of a given speaker's audio. Read this tutorial for more information.
- SpeechRecognition
- TensorFlow
- Scikit-learn
- NumPy
- Pandas
- PyAudio
- Librosa
- Flask
- Flask-Cors
- Installation (Cài đặt)
pip3 install -r requirements.txt- Testing (Kiểm tra)
python test.py --file "datas\audio\19-227-0005.wav"hoặc
python test.py --f "datas\audio\19-227-0005.wav"- Installation app (Cài đặt ứng dụng)
cd app
npm install- Run APP & Run API
#APP
npm start#API
python app.py