Welcome! We're thrilled you're interested in contributing to the DeepFakes Image Classifier project. Whether you're a beginner or an experienced developer, your contributions are valuable and appreciated.
We welcome contributions in the form of:
- 🚀 New features or enhancements
- 🐛 Bug fixes
- 📖 Documentation improvements
- ✅ Test cases and validation
- 🌟 Suggestions and ideas
Click the Fork button at the top-right of this page to create your own copy of the repository.
git clone https://github.com/your-username/Real-vs-Fake-Deepfakes_.git
cd Real-vs-Fake-Deepfakes_git checkout -b your-feature-name- Write clean, modular, and documented code
- Make sure your code follows Python standards (
PEP8) - Add comments if necessary
Ensure that your feature works correctly and doesn’t break existing functionality.
git add .
git commit -m "Add: meaningful message about what you changed"
git push origin your-feature-nameGo to your forked repo on GitHub and click Compare & pull request. Describe your changes clearly.
- Start with
good first issueissues - Ask questions by opening an issue or discussion
- Don’t worry about being perfect—we’ll help you learn!
Please be kind and respectful in all interactions. Harassment or discrimination of any kind will not be tolerated. Read our Code of Conduct for more.
If you're stuck or have any questions:
- Create an issue
- Tag a maintainer or mention your problem in the issue
Thank you for helping improve this project! ✨