Flowtter / crispy

Crispy is a machine-learning algorithm to make video-games montages efficiently. It uses a neural network to detect highlights in the video-game frames
https://crispy.gyroskan.com/
MIT License
83 stars 5 forks source link

I always get an error on the frontend web! #52

Closed Slowing4356 closed 2 months ago

Slowing4356 commented 2 months ago

I don't know what i should do, please help!

image image

Flowtter commented 2 months ago

Hi,

The frontend cannot connect to the backend.

Can you screenshot the backend output ?

Slowing4356 commented 2 months ago

Yes, how should i install ffmpeg? Because i thought i have it already installed. image

Slowing4356 commented 2 months ago

I've changed the drive and now i get this error.

image

Slowing4356 commented 2 months ago

I've managed to fix it, I had "ffmpeg" AND "ffmpeg-python" installed, so i did this.

pip uninstall ffmpeg pip uninstall ffmpeg-python

pip install ffmpeg