PartheshSoni / emotion-based-music-player

This is a project using machine learning for detecting emotions based on the expression of the users. The interface is made up of HTML, CSS and JS, and the main code is of Python.
55 stars 48 forks source link

running #1

Open bhanu123musetti opened 5 years ago

bhanu123musetti commented 5 years ago

C:\WINDOWS\system32>pip install python-tk Collecting python-tk ERROR: Could not find a version that satisfies the requirement python-tk (from versions: none) ERROR: No matching distribution found for python-tk //sir when iam executing the project in pycharm iam getting the output as Process finished with exit code 0 and iam not getting any output can you please explain me sir

cool-wangtongzhou commented 10 months ago

You can try using Anaconda to create a Python 3.6 environment. I did this to run successfully. Then execute the following commands:

conda activate <your environment name>
pip install numpy
pip install eel==0.9.10
pip install opencv-contrib-python==3.4.3.18
cd emotion-based-music-player-master
python capture.py

截屏2023-12-18 15 58 42