No description
- JavaScript 89.4%
- HTML 5.6%
- CSS 4.7%
- Dockerfile 0.3%
| .vscode | ||
| api | ||
| common | ||
| nodeExec | ||
| web | ||
| .dockerignore | ||
| .gitignore | ||
| .prettierignore | ||
| compose.yaml | ||
| Dockerfile | ||
| favicon.ico | ||
| LICENSE.txt | ||
| package.json | ||
| README.md | ||
| vercel.json | ||
Sketch Recogniser
- Classifies the drawings based on collected data
- Uses nearest neighbor algorithm
Stack
- Node
- Fastify
Prerequisites
Before you begin, ensure you have the following installed on your machine:
Getting Started
-
Clone this repository to your local machine
-
Navigate to the project directory
-
Run the following command to start the services:
docker compose upThis will pull the necessary Docker images and start the containers.
-
Once the containers are up and running, you can access your application at http://localhost:5000.
This project is far from complete and is bound to change
Acknowledgments
Thanks to Dr. Radu for exceptionl tutorial.