Skip to content

afk-ankit/Image-Classifier

Repository files navigation

Whiteboard and Image Classifier

Deployment Link 🚀

Website is live here.

WhiteBoard

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.

ImageClassification

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.

Screenshots

Dark Mode


Home screen


Signin screen


Signup screen


Create whiteboard screen


Whiteboard screen


Image Classifier Screen

Light Mode


Home screen


Signin screen


Signup screen


Whiteboard create screen


Whiteboard screen


Image Classifier Screen

Running Locally

Follow these steps to run the application on your local machine:

  1. Clone the repository from GitHub. You can use the following command to clone the repository:

     git clone https://github.com/afk-ankit/Image-Classifier
  2. Navigate to the project directory

     cd image_classifier
  3. Install the required dependencies:

      pnpm install 
  4. Start the dev server

      pnpm dev

Congrats you started your application 🚀 on http://localhost:5173.

Dependencies

This application depends on a server, which is hosted in a separate repository. You can find the server code here.