prakash-pg / PanCard_detector_flaskapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running the Flask_App_Website

cd "X:\projects\pancard-fake detection\Pan_Card_flask_app"

conda activate my_flask_env

pip install -r requirements.txt

python app.py

Change directory to the specified path, activate the 'my_flask_env' Conda environment, install required packages from the 'requirements.txt' file and run the Flask web application using 'app.py'.

About


Languages

Language:Python 62.0%Language:HTML 33.9%Language:JavaScript 4.1%