This is a Next.js project for an object detection web application. The frontend is built using Next.js.
To get started with the project, follow these steps:
Make sure you have the following installed on your system:
- Node.js
- npm (Node Package Manager)
- Clone the repository:
git clone https://github.com/dineshsutihar/Object-Detection-Web-App.git- Navigate to the project directory:
cd Object-Detection-Web-App- Install the dependencies:
npm installTo run the development server, use the following command:
npm run devOpen http://localhost:3000 with your browser to see the result.
To build the project for production, use the following command:
npm run buildThis will create an optimized production build of your application.
You can deploy the project using any platform that supports Next.js applications, such as Vercel, Netlify, or your own server.
To learn more about Next.js, take a look at the following resources:
This project is licensed under the MIT License.