├── Dockerfile ├── README.md ├── ensemble.py ├── ensemble_predict.py ├── input_online.py ├── input_predict.py ├── models └── dict.txt └── requirements.txt /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raven4752/huabei/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raven4752/huabei/HEAD/README.md -------------------------------------------------------------------------------- /ensemble.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raven4752/huabei/HEAD/ensemble.py -------------------------------------------------------------------------------- /ensemble_predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raven4752/huabei/HEAD/ensemble_predict.py -------------------------------------------------------------------------------- /input_online.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raven4752/huabei/HEAD/input_online.py -------------------------------------------------------------------------------- /input_predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raven4752/huabei/HEAD/input_predict.py -------------------------------------------------------------------------------- /models/dict.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raven4752/huabei/HEAD/models/dict.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raven4752/huabei/HEAD/requirements.txt --------------------------------------------------------------------------------