├── 1.html ├── html_parse.py ├── input.json ├── report.txt ├── requirements.txt ├── review.py └── temp.json /1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burner0621/ai-report-for-application/HEAD/1.html -------------------------------------------------------------------------------- /html_parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burner0621/ai-report-for-application/HEAD/html_parse.py -------------------------------------------------------------------------------- /input.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burner0621/ai-report-for-application/HEAD/input.json -------------------------------------------------------------------------------- /report.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burner0621/ai-report-for-application/HEAD/requirements.txt -------------------------------------------------------------------------------- /review.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burner0621/ai-report-for-application/HEAD/review.py -------------------------------------------------------------------------------- /temp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/burner0621/ai-report-for-application/HEAD/temp.json --------------------------------------------------------------------------------