Spaces:
Running
Running
| title: Feelin | |
| emoji: π | |
| colorFrom: red | |
| colorTo: blue | |
| sdk: gradio | |
| sdk_version: 6.18.0 | |
| python_version: '3.13' | |
| app_file: app.py | |
| pinned: false | |
| tags: | |
| - track:wood | |
| - sponsor:openbmb | |
| - sponsor:nvidia | |
| - achievement:offbrand | |
| - achievement:sharing | |
| - achievement:fieldnotes | |
| # feelin' β The Anti-LinkedIn | |
| > A real-time workplace confession platform where honesty gets rewarded, bragging gets roasted, and your chaos gets turned into a podcast by an AI with a personality. | |
| ## Features | |
| - π **Confess** β Post anonymous workplace stories (no bragging allowed) | |
| - π **Leaderboard** β AI scores every post across 5 emotional categories | |
| - ποΈ **Podcast** β Top posts narrated by AI host personalities via Kokoro TTS | |
| ## Setup | |
| Set these as HuggingFace Space Secrets: | |
| ``` | |
| HF_TOKEN=your_hf_token_here | |
| ELEVENLABS_API_KEY=your_key_here # optional fallback | |
| ``` | |
| ## Add SFX files to `./sfx/`: | |
| ``` | |
| laugh.wav, gasp.wav, sigh.wav, violin_sting.wav | |
| drumroll.wav, crowd_react.wav, thunder.wav, glass_break.wav | |
| dramatic_sting.wav, static.wav, dial_up.wav, system_error.wav | |
| vhs_rewind.wav, oops.wav | |
| ``` | |
| ## Local development | |
| ```bash | |
| pip install -r requirements.txt | |
| python app.py | |
| # Gradio: http://localhost:7860 | |
| # FastAPI: http://localhost:8000/docs | |
| ``` | |
| ## Youtube Video | |
| link here : https://youtu.be/diTcpEEDBns | |
| ## Field Notes | |
| link here : https://huggingface.co/blog/build-small-hackathon/feelin-podcast-maker | |
| ## Social Media Posts | |
| link here : https://x.com/AImyPlaystation/status/2066479170004078775?s=20 |