Skip to content

Latest commit

 

History

History
89 lines (59 loc) · 3.62 KB

README.md

File metadata and controls

89 lines (59 loc) · 3.62 KB

Project Selene 🌕

Syntax Error '24 Hackathon neonhack.devpost '24 Hackathon

👨‍💻 Contributors

LinkedIn: Krishiv K. LinkedIn: Kapil Parmar

🚀 Project Overview

Project Selene is a web application that transforms Lunar images captured by Chandrayaan-2's OHRC (Orbital High Resolution Camera) into 3D Lunar Maps. By extracting pixel brightness, we create an immersive 3D representation of the lunar surface.

Project Selene Demo

🌟 Key Features

  • Accepts OHRC Lunar images
  • Extracts pixel brightness data
  • Generates 3D Lunar Maps
  • Interactive 3D visualization

🛠️ Technologies Used

Flask Jinja Three.js NumPy Pillow

🏃‍♂️ How to Run

  1. Install dependencies

    pip install -r requirements.txt
  2. Run app.py

    flask run
  3. Access the app

    http://localhost:5000/
    

🌓 Sample Images

We've provided sample images to get you started. For the complete dataset, visit: ISRO Chandrayaan-2 Data Archive

🕹️ Controls

  • Pinch to zoom in/out
  • Click and drag to rotate the 3D model

🔮 Future Prospects

We're working on enhancing the 3D modeling with more accurate crater representations:

  • Detect craters in input images
  • Replace detected craters with 3D models created by crater.py
  • Improve overall terrain accuracy

Check out crater.py, crater.obj, and crater.png in the repository for more details on our crater modeling approach.

💖 Support Us

If you like this project, please give us a star! ⭐

GitHub stars


📊 Project Stats

GitHub language count GitHub top language GitHub last commit GitHub issues