# NOYSoftwarePracticeBackend **Repository Path**: smzzl/noysoftware-practice-backend ## Basic Information - **Project Name**: NOYSoftwarePracticeBackend - **Description**: NoneNoneNoneNone - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-19 - **Last Updated**: 2023-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BITSoftwarePracticeBackend # flask MINST通讯规则 ### json 包字段说明: #### ->MINST flask: query_type: [must] [option: [query], [trans], [train], [state], [exist]]: api_key: [query_type = query] [str] img: [query_type = query] [str] //64Base string of binary image data name: [query_type = train/trans/state] [str] //name of new train model/ name of current use model, instead of old one/name of query train model model: [query_type = train] [str] //json description of new train model validator: [must] [str] //hash value of json data above #### <-MINST flask: 返回json若包含ErrorMsg字段,则失败,否则成功 query_type = query: ErrorMsg/digital(answer) query_type = train: ErrorMsg/Msg(train code output) query_type = trans: ErrorMsg/Msg(str="succeed")