用户:ray_crazy查看:4 回复:2 评论:4 创建时间:2023-04-11T00:41:03
一个区分前端后端的AI,属于练手项目:
whatkindisit.bcmraycrazycode.repl.co
欢迎大家在评论区提供数据
数据格式:
[
{
"input": "输入",
"output": "backend"
},
{
"input": "输入",
"output": "backend"
},
...output可重复
]
例子:
[
{
"input": "the user interface component is fixed",
"output": "frontend"
},
{
"input": "the css file look inituitive",
"output": "frontend"
},
{
"input": "i need a few ui designs",
"output": "frontend"
},
{
"input": "the database has issues",
"output": "backend"
},
]