from flask import Flask, render_template, Response, jsonify, request, redirect, url_for
import cv2
import cvzone
from cvzone.HandTrackingModule import HandDetector
import time
import random
It’s Rock, Paper Scissors Game where the app takes camera permission and user can play with AI. The users’ moves are detected by camera.
I have used all the above libraries and modules in my python(flask app) , I’m having problem in deploying this Flask app on vercel.
Error Message : Size of uploaded file exceeds 300MB
I’m trying to deploy the flask app of Vercel
Nova_Strike07 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.