This special .github repository serves as the source of truth for our organization's identity, standards, and community health files. It powers two critical functions:
The profile/README.md is what visitors see on our Organization Overview page. It showcases:
- 👥 Our core team & associate contributors
- 🚀 All 9 active projects with tech stacks & highlights
- 🛠️ Our technology arsenal
- 📊 Organization statistics & activity
Files in this repository apply to every repository in the GitGoneWild-DJS organization (unless overridden locally):
| File | Purpose |
|---|---|
CODE_OF_CONDUCT.md |
Community standards and behavior guidelines |
CONTRIBUTING.md |
How to contribute to our projects |
SECURITY.md |
Security vulnerability reporting process |
ISSUE_TEMPLATE/ |
Standardized issue templates |
PULL_REQUEST_TEMPLATE.md |
PR checklist and guidelines |
| Member | Role | GitHub |
|---|---|---|
| Nikhil Pise | AI-ML Developer | @N1KH1LT0X1N |
| Darshan Ved | Full Stack Developer | @darved2305 |
| Vraj Ved | Full Stack Developer | @VrajVed |
| Hetansh Waghela | ML & Backend Developer | @HetanshWaghela |
| # | Project | Description | Status |
|---|---|---|---|
| 1 | Pramana.AI | AI-powered biomedical research platform | ✅ Active |
| 2 | MediGuard | Intelligent medical triage (99.12% accuracy) | ✅ Active |
| 3 | Saral.AI | Research paper → Video/Podcast/Mindmap | ✅ Active |
| 4 | VidyaSetu | Student portfolio & academic management | ✅ Active |
| 5 | VeriTextAI | Plagiarism & AI content detection | ✅ Active |
| 6 | SahiPay | Voice-first banking for Bharat | ✅ Active |
| 7 | GGW-OdooXAmalthea | Project management with Kanban | ✅ Active |
| 8 | SmartSearch | AI influencer discovery & outreach | ✅ Active |
| 9 | .github | Organization config (this repo) | ✅ Active |
# Edit the profile README
code profile/README.md
git add . && git commit -m "docs: update organization profile"
git push origin main# Create issue templates
mkdir -p ISSUE_TEMPLATE
# Add bug_report.yml, feature_request.yml, etc.# Edit contributing guidelines
code CONTRIBUTING.md
git add . && git commit -m "docs: update contributing guidelines"
git push origin main.github/
├── profile/
│ └── README.md # 👈 Organization profile (shows on org page)
├── ISSUE_TEMPLATE/
│ ├── bug_report.yml # Bug report template
│ ├── feature_request.yml # Feature request template
│ └── config.yml # Template configuration
├── CODE_OF_CONDUCT.md # Community guidelines
├── CONTRIBUTING.md # Contribution guidelines
├── PULL_REQUEST_TEMPLATE.md # PR template
├── SECURITY.md # Security policy
└── README.md # 👈 This file (repo documentation)
We welcome contributions to improve our organization's community health files! Please:
- Fork this repository
- Create a feature branch
- Make your changes
- Submit a Pull Request
See our Contributing Guidelines for more details.
This repository and its contents are part of the GitGoneWild-DJS organization.
Individual projects have their own licenses (MIT, Apache 2.0, etc.).
Made with 💜 by Team GitGoneWild
DJ Sanghvi College of Engineering, Mumbai