An interactive Streamlit chatbot that mimics the chaotic, high-energy personality of IShowSpeed β the GOAT of internet madness. Built for pure fun, memes, and hype. This isn't just a chatbot... it's a digital stream explosion π₯
π΄ Live Demo: ishowspeedai.streamlit.app
- π§ OpenAI GPT-4o β For generating wild, Speed-style replies
- π Streamlit β For building the frontend UI
- π¨ Custom CSS β For glowing chaotic aesthetics
- π Streamlit Secrets β To securely load your OpenAI API key
- π Python (>=3.9) β Your backend language
IShowSpeedAI
βββ speedpersona.py # Main Streamlit app
βββ requirements.txt # All dependencies
βββ .streamlit/
β βββ secrets.toml # Store your OpenAI API key
βββ speed.png # Avatar image
βββ README.md1οΈβ£ Clone the Repo
git clone https://github.com/racCC/IShowSpeedAI.git
cd IShowSpeedAI2οΈβ£ Set Up Virtual Environment
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate3οΈβ£ Install Dependencies
pip install -r requirements.txt4οΈβ£ Add Your API Key
Create a .streamlit/secrets.toml file:
OPENAI_API_KEY = "sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxx"5οΈβ£ Run the App
streamlit run speedpersona.py
Then open your browser at: http://localhost:8501π₯ Fully custom Speed-like GPT persona (chaotic, hyped, loud)
π¨ Glowing UI & animated visuals
πΌοΈ Custom avatars & quote-of-the-day section
π¬ Maintains chat history in real-time
π§ Built with GPT-4o and optimized for entertainment
Want to create your own AI persona?
Edit the SYSTEM_PROMPT in speedpersona.py with a new tone
Swap the images and CSS for a new aesthetic
Thatβs it β your clone is LIVE β‘
You can host this app on Streamlit Cloud for free:
Push your code to GitHub
Go to streamlit.io/cloud
Connect your GitHub repo
Add your OpenAI key in secrets.toml via the Streamlit Secrets Manager
π₯ BOOM! Itβs live.
Built with β€οΈ by Rachit Pednekar and AI

