🚀 AutoModGPT – AI-Powered Content Moderation Tool 📌 Inspiration We were inspired by the need for safer online platforms. With increasing toxic and harmful content online, we built AutoModGPT using OpenAI’s Moderation API to help automatically identify unsafe content.
🔧 What It Does Accepts any text input
Sends it to the OpenAI Moderation API
Returns a list of categories (e.g., hate, violence, sexual) that the content may fall under
Tells whether the content is flagged or not
🛠️ How We Built It Python (v3.10)
Streamlit for UI
OpenAI API for content moderation
GitHub for version control and deployment via Streamlit Cloud
😓 Challenges Faced Streamlit app shows only a black screen after deployment
Secrets management and dependency issues
Streamlit Cloud did not reflect code updates consistently
💡 What We Learned How to use OpenAI’s Moderation API
How to build and deploy a web app using Streamlit
How to manage secrets and environment files
Log in or sign up for Devpost to join the conversation.