For debugging the code choose below config in the launch.json file
{
"name": "Python: Debug Tests",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"purpose": [
"debug-test"
],
"console": "integratedTerminal",
"justMyCode": false
}
- Clone the repo:
git clone [email protected]:akhildevelops/foss-wisdom.git
- Run
pip install -e .
for developing application. - Run
python main.py
to analyse sample instore video and generate artifacts.