Initial commit

This commit is contained in:
Aherobo Ovie Victor
2025-10-27 18:43:42 +01:00
commit e559238be5
46 changed files with 3813 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# OpenAI API Key
# Get your API key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here
# Google Cloud Vision API Key (for content moderation)
# Get your credentials from: https://console.cloud.google.com/apis/credentials
GOOGLE_APPLICATION_CREDENTIALS=path/to/your/google-credentials.json
# Google Gemini API Key (for image enhancement)
# Get your API key from: https://makersuite.google.com/app/apikey
GEMINI_API_KEY=your_gemini_api_key_here