DEEPFECTOR is a Flutter-based mobile application designed to detect deepfake images and videos using advanced machine learning techniques.
- Real-time deepfake detection
- Support for both image and video analysis
- User-friendly interface
- Detailed analysis reports
- Secure authentication system
- Cross-platform compatibility (iOS & Android)
- Flutter
- Firebase Authentication
- TensorFlow Lite
- Machine Learning Models
- Cloud Storage
- REST APIs
[Add your app screenshots here]
- Clone the repository
git clone https://github.com/ItsRajSingh/DEEPFECTOR.git
- Install dependencies
flutter pub get
-
Configure Firebase
- Create a new Firebase project
- Add your
google-services.json
(Android) andGoogleService-Info.plist
(iOS) - Enable Authentication and Storage services
-
Run the app
flutter run
Create a .env
file in the root directory and add:
API_KEY=your_api_key
FIREBASE_PROJECT_ID=your_project_id
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Raj Singh - GitHub Profile