Max

Results 12 comments of Max

Hi @Dina-H-Alhamed I think following this [https://discuss.almabetter.com/t/capstone-project-facial-emotion-recognition-library-installation-problem/5886](link) should help you successfully install it!

I found this works: - `!python3 -m spacy download de_core_news_sm` - `!python3 -m spacy download en` ``` import de_core_news_sm import en_core_news_sm spacy_de=de_core_news_sm.load() spacy_en=en_core_web_sm.load()```

For me, I think you shoud observe the definition of a batch in module `dataset.py`

Hi @longtran84 , I think you should care about the available GPUs as well as suitable CUDA toolkits or versions :D

@longtran84 It actually does not require CUDA to run the app. But be careful about the device used in the inference phase(cpu, weights...)

@longtran84 Can you try Docker as shown in README file ? I already built `Dockerfile` and also provided trained weights for you.

Hi @nloker1, are you a Mac user, did you try to run `brew install vips` and then `npm i` again to see if it work ?

Hello @ekesdf, did you solve the problem? Could you tell me how to handle this? Thanks in advance

Yes @ssheng, as far as I know, this might be related to the function "hey Siri". This module does not require lots of computing resources as well as absolutely is...

Yes sure, but I'm developing the final system! Do you want to contribute to my project in terms of web development?