Thanks for your interest in contributing to MooVit! 🚀
We’re building an AI-powered real-time object detection and voice-assist system to:
- Improve road safety
- Assist visually impaired users
- Optimize logistics operations
Fork the repository and clone it locally:
git clone https://github.com/your-username/moovit.git
cd moovitUse a clear and descriptive branch name:
git checkout -b feature/your-feature-nameYou can help by:
- 💻 Adding new detection features or AI models
- 🐞 Fixing bugs or improving performance
- 🧪 Enhancing shipment scheduling and route safety modules
- 🎨 Improving UI/UX for accessibility and ease of use
- 🌐 Adding localization or multilingual voice support
- 📄 Improving documentation
Ensure your changes align with MooVit's goals and are clean, tested, and documented.
- Run your backend (
app.py) and frontend locally to ensure everything works - Test detection accuracy and voice alerts
- Validate that shipment scheduling and routing modules behave as expected
- Add/update test cases if applicable
Write clear, descriptive commit messages:
git add .
git commit -m "feat: short description of your change"
git push origin feature/your-feature-name- Go to your fork on GitHub
- Click Compare & Pull Request
- Clearly describe your changes and link related issues (if any)
- Include before/after screenshots or demo GIFs if relevant
- My code follows the project style and conventions
- I’ve tested my changes locally
- I’ve updated relevant documentation
- I’ve linked related issues/PRs if applicable
- I’ve added comments for complex logic
If you have questions or suggestions:
- Open an issue
- Tag a maintainer in the discussion