- Automatic object detection: The application uses computer vision algorithms to detect objects in the camera's field of view.
- Automatic zooming: Once an object is detected, the application automatically zooms in on it to get a better view.
- Flutter SDK (version 2.0 or later)
- Android Studio or Visual Studio Code
- Android device or emulator with camera access
- Clone the repository or download the source code
- Open the project in Android Studio or Visual Studio Code
- Connect your Android device or start an emulator
- Build and run the application using the following command in the terminal:
flutter run
- Open the AutoZoom AI application on your Android device
- Grant camera permissions to the application
- Point the camera at an object that you want to zoom in on
- The application will automatically detect the object and zoom in on it
- Abhishek Bhatt - Idea & Initial work
AutoZoom AI was developed by me as part of a Flutter programming project. The application uses the Google's ML Kit Object Detection and the Camera Flutter plugin.