This project features a real-time object detection camera powered by Google TensorFlow AI JavaScript library along with custom JavaScript functions and libraries. It includes responsive design using Bootstrap, Node.js for backend support, and the ability to create lists in real-time based on detected objects. The camera also supports FPS settings and provides spoken feedback when detecting objects.
- Real-time object detection using Google TensorFlow AI JavaScript library.
- Custom JavaScript libraries to enhance object detection functionalities.
- Responsive interface design utilizing Bootstrap framework.
- Backend support powered by Node.js.
- Creation of lists based on real-time object detection.
- Camera settings for adjusting FPS (Frames Per Second).
- Spoken feedback for detected objects.
localhost xampp, Mampp, or any server
- Node.js installed on your system.
-
Clone this repository:
git clone https://github.com/hashaam-zahid/ai-object-detection-camera.git
-
Navigate to the project directory:
cd ai-object-detection-camera
-
Install dependencies:
npm install
-
Start the application:
npm start
-
Open your web browser and access the application at
http://localhost:3000
.
- Launch the application.
- Allow camera access when prompted.
- Adjust camera settings if needed.
- Objects detected in real-time will be displayed on the interface.
- Lists will be created based on detected objects.
- Spoken feedback will provide information about the detected objects.
Contributions are welcome! If you have any suggestions, feature ideas, or want to report issues, please open an issue or submit a pull request.
This project is licensed under the MIT License.
Feel free to adjust the content according to your project specifics, add additional sections, or include more detailed information as needed.