No description
  • JavaScript 89.4%
  • HTML 5.6%
  • CSS 4.7%
  • Dockerfile 0.3%
Find a file
2024-04-07 18:43:16 +05:30
.vscode vscode configured: docker compose, debugger 2024-01-31 21:21:08 +00:00
api dockerfile name fixed 2024-01-31 20:32:49 +00:00
common Not the initial Commit 2024-01-31 16:50:01 +00:00
nodeExec Not the initial Commit 2024-01-31 16:50:01 +00:00
web fixed position of source button 2024-01-31 21:33:10 +00:00
.dockerignore linked gitignore to other ignores 2024-01-31 17:08:19 +00:00
.gitignore Create .gitignore 2024-01-31 22:12:25 +05:30
.prettierignore linked gitignore to other ignores 2024-01-31 17:08:19 +00:00
compose.yaml only rebuild when new node pkg is installed 2024-01-31 21:27:58 +00:00
Dockerfile vscode configured: docker compose, debugger 2024-01-31 21:21:08 +00:00
favicon.ico Not the initial Commit 2024-01-31 16:50:01 +00:00
LICENSE.txt Create LICENSE.txt 2024-04-07 18:43:16 +05:30
package.json Not the initial Commit 2024-01-31 16:50:01 +00:00
README.md link added to readme 2024-02-26 18:38:37 +00:00
vercel.json Not the initial Commit 2024-01-31 16:50:01 +00:00

Link: https://classifysketch.vercel.app

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

  1. Clone this repository to your local machine

  2. Navigate to the project directory

  3. Run the following command to start the services:

    docker compose up
    

    This will pull the necessary Docker images and start the containers.

  4. 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.