SuyashMore / MevonAI-Speech-Emotion-Recognition

Identify the emotion of multiple speakers in an Audio Segment
https://colab.research.google.com/github/SuyashMore/MevonAI-Speech-Emotion-Recognition/blob/master/src/notebooks/Emotion_Recognition_Demo.ipynb
MIT License
165 stars 46 forks source link

Error while running speechEmotionRecognition.py #9

Closed chinmaynehate closed 1 year ago

chinmaynehate commented 1 year ago

I'm running speechEmotionRecognition.py using pipenv as follows:

pipenv run python -v -d speechEmotionRecognition.py

I get Illegal instruction. I have attached the full output, and it seems that something is wrong with tensorflow.

Am I missing something?

‫בתאריך יום א׳, 23 במאי 2021 ב-11:46 מאת ‪Suyash More‬‏ <‪ @.***‬‏>:‬

It may be possible to arrange the installation and activation of the software tensorflow == 2.5.0

tuch kar

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SuyashMore/MevonAI-Speech-Emotion-Recognition/issues/5#issuecomment-846527562, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE6I34AAYREEOIZQPSZVLZDTPC6IFANCNFSM45JZCX7A .

Originally posted by @paycall in https://github.com/SuyashMore/MevonAI-Speech-Emotion-Recognition/issues/5#issuecomment-847825916

chinmaynehate commented 1 year ago

To solve the issue regarding dependencies, I've created a Dockerfile.

Please follow the method 1, which I've upadated in the readme, to run the application.