Website is live here.
The WhiteBoard feature allows users to collaborate in real time. Users can draw on the whiteboard and see each other's drawings in real time.
The ImageClassification feature uses a pre-trained AI model to classify images. Users can upload an image, and the application will classify the image based on the pre-trained model.
Follow these steps to run the application on your local machine:
-
Clone the repository from GitHub. You can use the following command to clone the repository:
git clone https://github.com/afk-ankit/Image-Classifier
-
Navigate to the project directory
cd image_classifier
-
Install the required dependencies:
pnpm install
-
Start the dev server
pnpm dev
Congrats you started your application 🚀 on http://localhost:5173.
This application depends on a server, which is hosted in a separate repository. You can find the server code here.