ViralVisionAI is an AI-driven platform designed to empower content creators by automating brand partnerships, providing performance insights, and enhancing engagement through automated responses.
- Brand Discovery: Identify brand partnerships tailored to your content and audience.
- Performance Tracking: Monitor the effectiveness of partnerships and optimize strategies.
- Automated Engagement: Automate responses to comments and messages with personalized affiliate links and product information.
- User Input: The user provides a YouTube channel or video URL and (optionally) an affiliate link.
- Analysis:
- Channels are analyzed to recommend potential brand partnerships.
- Video links trigger automation processes for responses.
- Automation:
- Using AI, the platform identifies suitable opportunities and automates engagement workflows.
- bashCopy codepython3 -m venv venvsource venv/bin/activate
- bashCopy codepip install -r requirements.txt
- makefileCopy codeFLASK_ENV=developmentPORT=8080NEXT_PUBLIC_PRODUCTION_BACKEND_URL_LINK=
- bashCopy codeflask run
Add the following API keys to your .env file:
YOUTUBE_API_KEY=YOUR_YOUTUBE_API_KEY
NEXT_PUBLIC_FORM_CONTACT_API=YOUR_FORM_API_KEY
- Navigate to the homepage.
- Enter the YouTube channel URL in the input field.
- Click Analyze to view recommended brand deals.
- Enter the YouTube video URL and an affiliate link in the respective fields.
- Click Set Up Automation.
- View and manage automation in the Dashboard.
To deploy both the frontend and backend, run the deploy script located in the backend directory:
./deploy.sh`
This project is licensed under the MIT License - see the LICENSE file for details.