Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giulioz/cvedu
🖼️ 📽 ⚛️ A React web application to be used to teach principles of Computer Vision, using your webcam, Typescript and a block–based visual editor.
https://github.com/giulioz/cvedu
block computer-vision editor react three visual-programming
Last synced: about 1 month ago
JSON representation
🖼️ 📽 ⚛️ A React web application to be used to teach principles of Computer Vision, using your webcam, Typescript and a block–based visual editor.
- Host: GitHub
- URL: https://github.com/giulioz/cvedu
- Owner: giulioz
- Created: 2019-11-27T14:18:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T16:02:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T08:37:12.883Z (about 2 months ago)
- Topics: block, computer-vision, editor, react, three, visual-programming
- Language: TypeScript
- Homepage: https://cvedu.vercel.app/
- Size: 20 MB
- Stars: 30
- Watchers: 3
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cvedu
A small React web application to be used to teach principles of Computer Vision, using your webcam, Typescript and a block–based visual editor.
![screenshoot](./screenshoot.png)
Every block represents a **pure function**, that can process data. You can connect the blocks inputs and outputs dragging them. To delete a connection, simply double–click them.
If you select a block, you can **see its output** and **edit the code**, using the included code editor.You can easily build a line detector, and play the **included game** with a colored joystick.
A video demonstration is below:
[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/IJvX6l1S-DM/0.jpg)](https://www.youtube.com/watch?v=IJvX6l1S-DM)
**\*NOTE:** This was built as a side project, to be used specifically for a course taught at my university, it may be unstable or incomplete, and it's still in heavy development. I take no responsability for its usage.\*
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `yarn build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.