文件名称:iris-classifier:虹膜分类器是使用神经网络来预测虹膜物种的花朵类别的应用程序。 根据用户提供的值进行预测
文件大小:306KB
文件格式:ZIP
更新时间:2024-05-08 05:21:28
typescript styled-components reactjs nextjs vercel
TypeScript和样式化组件Next.js示例 这是一个非常简单的项目,展示了Next.js与TypeScript和样式化组件的用法。 自己部署 使用部署示例: 如何使用它? 使用或执行以引导示例: npx create-next-app --example with-typescript-styled-components with-typescript-styled-components-app # or yarn create next-app --example with-typescript-styled-components with-typescript-styled-components-app 使用将其部署到云()。 笔记 这是两个现有示例的合并:
【文件预览】:
iris-classifier-main
----.eslintrc.json(553B)
----.gitignore(386B)
----.babelrc(87B)
----package.json(1KB)
----src()
--------components()
--------services()
--------assets()
--------styles()
--------pages()
--------screens()
----next.config.js(92B)
----tsconfig.json(699B)
----README.md(1KB)
----next-env.d.ts(113B)
----.eslintignore(24B)
----.editorconfig(230B)
----yarn.lock(145KB)