TrashMorph is a web-based platform that empowers users to upcycle waste materials into creative crafts. With object recognition, a community hub, and a marketplace, it promotes sustainable living through innovation and collaboration.
- 🔍 Object Recognition (Frontend Prototype) — Input objects and get craft ideas
- 💡 Search Suggestions — Autocomplete for easy material lookup
- 🎨 Craft Ideas — Curated DIY suggestions from recognized items
- 🤝 Community Page — Share your own crafts and get inspired
- 🛒 Marketplace — Sell or discover upcycled crafts
TrashMorph/
├── index.html # Home page
├── about.html # About the project
├── community.html # Community showcase
├── marketplace.html # Craft marketplace
├── script.js # Main JS logic
├── community.js # Community interactions
├── marketplace.js # Marketplace behavior
├── styles.css # Project-wide styles
├── pictures/ # Craft images
└── team_pictures/ # Team members' photos
# 1. Clone the repository
git clone https://github.com/ananyadarna/trashmorph.git
# 2. Navigate to the project folder
cd trashmorph
# 3. Open in browser
open index.htmlNo installation or dependencies required — runs directly in any modern browser.
- Integrate live object detection using TensorFlow.js
- Add backend for user authentication and craft posting
- Implement real-time chat for community interactions
Contributions are welcome! Feel free to fork the repo and submit a pull request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'feat: add AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
| Name | Role | Contributions |
|---|---|---|
| Ananya Darna | 🚀 Frontend Lead & Feature Developer | Core Features, UI Logic, Search System |
| Vamshi Ayili | 🎯 UI/Frontend Engineer | Page Development, Styling, Responsiveness |
This project is open source and available under the MIT License.
Made with 💚 by Ananya Darna & Vamshi Ayili