- Name: Name 404
- College: National Institute of Technology Karnataka Surathkal
- Members
- Parth Mittal (Leader)
- Pranav Agarwal
- Mehul Todi
- Abhiraj Mengade
- Shashank SM
A cross-platform mobile application that brings people closer to the physical environment and forms meaningful connections by organising real-world Treasure Hunts for free and winning rewards. The app uses machine learning to match users and form teams of like-minded people. Users can choose from a wide variety of pre-set, themed clues or even create their own. Clues can be unlocked through QR code scanning or the answers are verified through location tracking. Users are encouraged to click pictures with their teammates and can view their pictures as memory threads.
- Flutter
- Django Rest Framework
- Flask
- Geolocator
- QR Code Scanner
- Swagger
- Google OAuth
- nltk
- sklearn
- Figma
- Git/GitHub
-
Software Type : Mobile Application
-
Software Platform : Android/iOS Devices
-
Features Planned:
-
Authenticaion
-
User Profile Builder
-
Search For Hunts
-
Organise a Hunt
- Custom
- Preset
-
Clue Verification
- Location Based Tracking
- QR Code Scanning
-
Gameplay
- K-Means Clustering Model
- Leaderboard
-
Rewards
-
Memory Threads
-
Team-Name-404/
├─ app/ # Frontend
│ ├─ mobile/
│ │ ├─ huntly/
│ │ │ ├─ android/
│ │ │ ├─ lib/
│ │ │ │ ├─ features/ # App widgets
│ │ │ │ │ ├─ authentication/
│ │ │ │ │ ├─ hunts/
│ │ │ │ │ ├─ memories/
│ │ │ │ │ ├─ rewards/
│ │ │ │ ├─ main.dart
│ │ │ ├─ test/
├─ backend/ # API
│ ├─ huntly_backend/ # Django Rest Framework apps
│ │ ├─ huntly_backend/
│ │ ├─ memories/
│ │ ├─ rewards/
│ │ ├─ treasure_hunts/
│ │ ├─ users/
| ├─ env # Environment variables
├─ services/ # Machine Learning service
│ ├─ ml_api/
├─ .gitignore
├─ LICENSE
├─ README.md