Ever wanted a psychotic professor screaming pure nonsense into your ears?
Well... now you can.
- You enter a topic like:
Thermodynamics - The system:
- Crafts an AI-generated, ridiculously chaotic explanation
- Uses a TikTok voice to narrate it (shout out to Mark Rez for the TTS engine 🙏)
- Returns an MP3 file of your ears bleeding (in a fun way)
- FastAPI – backend so fast, it screams
- OpenAI – GPT-powered absurdity
- TikTok Voice TTS – vocal cords of the project
- Python – because chaos deserves elegance
# 1. Install Frontend dependencies
pip install -r requirements.txt
# 2. Get yourself an OPENAI API key (use openRouter for a free one)
# 3. Run the FastAPI server
uvicorn route:app --reload
# 4.Install Frontend Dependencies
npm install
# 5 Run the Frontend
npm run devIT License
This project uses Mark Reznikov's TikTok-Voice-TTS repo for the text-to-speech conversion.
Copyright (c) 2024 Mark Reznikov
Permission is hereby granted, free of charge, to any person obtaining a copy...