git clone <repository-url>
cd python-mvt-testing
python3 -m venv mvt_env
source mvt_env/bin/activate
python main.py
- Headline X (X = 1, 2, 3)
- Image Y (Y = A, B, C)
- Randomize combination of X and Y
- Collect data on usage for these combinations
- Analyze data using Click-Through Rate (CTR)
- Use CTR to determine the best combination of X and Y
- Implement the best combination in the final product


