This project is a web application built with Next.js that utilizes the device camera and integrates with Azure Open AI Services.
- Access device camera using the MediaDevices API.
- Interact with Azure Open AI Services through a custom API route.
- Responsive and modern UI.
To get started with this project, follow the instructions below.
- Node.js (version 14 or later)
- npm (version 6 or later)
-
Clone the repository:
git clone https://github.com/yourusername/my-nextjs-app.git
-
Navigate to the project directory:
cd my-nextjs-app
-
Install the dependencies:
npm install
To run the application in development mode, use the following command:
npm run dev
Open your browser and navigate to http://localhost:3000
to view the application.
- The main landing page displays the camera feed and allows interaction with Azure Open AI Services.
- Follow the prompts on the UI to utilize the camera and AI features.
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for more details.