Skip to content

racCC/IShowSpeedAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

image image

🐡IShowSpeedAI – Chat with the Wildest AIπŸ”₯ on the Internet!

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


🧰 Tools You’ll Need

  • 🧠 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

πŸ“ Project Structure

IShowSpeedAI

β”œβ”€β”€ speedpersona.py # Main Streamlit app
β”œβ”€β”€ requirements.txt # All dependencies
β”œβ”€β”€ .streamlit/
β”‚ └── secrets.toml # Store your OpenAI API key
β”œβ”€β”€ speed.png # Avatar image
└── README.md

πŸš€ How To Run Locally

1️⃣ Clone the Repo

git clone https://github.com/racCC/IShowSpeedAI.git
cd IShowSpeedAI

2️⃣ Set Up Virtual Environment

python -m venv venv
source venv/bin/activate    # On Windows: venv\Scripts\activate

3️⃣ Install Dependencies

pip install -r requirements.txt

4️⃣ 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

✨ Features

πŸ”₯ 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

🧠 Customize It For Any Creator

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 ⚑

πŸ›  Deployment

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.

πŸ™Œ Credits

Built with ❀️ by Rachit Pednekar and AI

About

High-energy AI persona chatbot that mimics IShowSpeed using OpenAI GPT-4o + Streamlit ⚽πŸ”₯

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages