File size: 933 Bytes
93aed6f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | # HumeGradio
This is a website that I created using Hume AI and Gradio web interface.
With the website you can enter images or video and you can get predictions of emotions based on the faces present in the video or image
This is code from my HackMerced Workshop
Here is my notion document going through the workshop!
https://opaque-saxophone-bd8.notion.site/Hume-AI-Gradio-Workshop-85837ad117ac4f15a618f0c031ec59b2?pvs=4
here are some examples
HumeGradioBatch.py
<img width="1440" alt="Hume Gradio Batch" src="https://github.com/Lin-Jet/HumeGradio/assets/110573869/0ef80df8-19d0-4d55-8d24-09f9ec982bda">
HumeGradioStream.py
<img width="1440" alt="Hume Gradio Stream " src="https://github.com/Lin-Jet/HumeGradio/assets/110573869/3a3e0df4-45cd-46ce-b6bd-cb8c7634cd41">
to run:
start by running in terminal
pip install gradio
then...
gradio HumeGradioBatch.py
or
gardio HumeGradioStream.py
|