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

No backend folder and AxiosError: Network Error #54

Closed jayranj closed 1 month ago

jayranj commented 1 month ago

After seemingly running the setup successfully and not getting any errors, I still don't have a "backend" folder as seen in the demonstration videos. Furthermore, probably as a result, when opening the run file, I get the AxiosError: Network Error.

Do I need to run the setup as admin? Because when I do, I then get this error: ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

I looked all former issues and tried to implement their solutions but still couldn't manage to solve my problem.

Please bear with me, as i am kind of a layman when it comes to CS.

Flowtter commented 1 month ago

Hi, No worries we'll have a look together.

Regarding the axios error, it is normal it is failing if the backend is not started!

From what I understand your zip might be incomplete since you have neither the requirements.txt and the backend folder.

Can you redownload the zip folder, extract in a new folder, and screenshot the result please ?

jayranj commented 1 month ago

So I did as you said and redownloaded and extracted the regular windows release into a folder. Screenshot 2024-08-23 144715

It looks 1:1 as it did before with no backend folder but with the requirements.txt. That is why the error: ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' was weird when the file was in fact in the folder.

jayranj commented 1 month ago

So i found the solution and it is actually kind of funny.

The solution was to install Microsoft Visual Studio. lol