├── LICENSE ├── README.md ├── flaskapp ├── README.md ├── client.py ├── mamonfight22.py └── web-fight.py └── tutorial.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mamonraab/violance-detection-in-video-with-pytroch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mamonraab/violance-detection-in-video-with-pytroch/HEAD/README.md -------------------------------------------------------------------------------- /flaskapp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mamonraab/violance-detection-in-video-with-pytroch/HEAD/flaskapp/README.md -------------------------------------------------------------------------------- /flaskapp/client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mamonraab/violance-detection-in-video-with-pytroch/HEAD/flaskapp/client.py -------------------------------------------------------------------------------- /flaskapp/mamonfight22.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mamonraab/violance-detection-in-video-with-pytroch/HEAD/flaskapp/mamonfight22.py -------------------------------------------------------------------------------- /flaskapp/web-fight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mamonraab/violance-detection-in-video-with-pytroch/HEAD/flaskapp/web-fight.py -------------------------------------------------------------------------------- /tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mamonraab/violance-detection-in-video-with-pytroch/HEAD/tutorial.md --------------------------------------------------------------------------------