├── .gitignore ├── LICENSE ├── OCR.py ├── README.md └── Voice-Recognition.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PStarH/LLM-boost-recognition/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PStarH/LLM-boost-recognition/HEAD/LICENSE -------------------------------------------------------------------------------- /OCR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PStarH/LLM-boost-recognition/HEAD/OCR.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PStarH/LLM-boost-recognition/HEAD/README.md -------------------------------------------------------------------------------- /Voice-Recognition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PStarH/LLM-boost-recognition/HEAD/Voice-Recognition.py --------------------------------------------------------------------------------