Skip to content

Commit

Permalink
Merge pull request #89 from banasmita24/add-project-structure
Browse files Browse the repository at this point in the history
Add project structure
  • Loading branch information
Devanik21 authored Oct 28, 2024
2 parents 81678fb + ee4991f commit d56ec0a
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions Project_Structure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
## Project-Structure

```
├── .github/workflows
│ ├── auto-comment-on-closing.yml
│ ├── auto-label.yml
│ └── greetings.yml
├── .idea
│ ├── .gitignore
│ ├── ISRO_Mining_Site_FINAL_APP.iml
│ ├── misc.xml
│ ├── modules.xml
│ └── vcs.xml
├── EDA
│ └── EDA_ISRO_SPACE_MINING.ipynb
├── Rocks_Classification
│ ├── 3D_ViewChartsImages
│ │ ├── chart1.png
│ │ ├── chart2.png
│ │ ├── chart3.png
│ │ └── chart4.png
│ ├── ChartforRocksClassification.ipynb
│ ├── readme
│ └── rocks-classification.ipynb
├── pages
│ ├── 1_🚀Predict.py
│ ├── 2_✨Recommend.py
│ ├── 3_📊Visualize.py
│ ├── 4_📈Analyze.py
│ ├── 5_🔍Insights.py
│ └── 6_ℹ️ About.py
├── .dockerignore
├── .gitattributes
├── CODE_OF_CONDUCT.md
├── CONTRIBUTORS.md
├── Dockerfile
├── EDA_ISRO_SPACE_MINING.ipynb
├── FINAL_mining_model.pkl
├── GB_mining_model.pkl
├── Home.py
├── ISRO_Space_mining (2).ipynb
├── ISRO_Space_mining.ipyn.ipynb
├── ISRO_Space_mining.ipynb
├── Instructions and Procedure.md
├── LICENSE
├── Project_Structure.md
├── README.md
├── RF_mining_model.pkl
├── docker-compose.debug.yml
├── docker-compose.yml
├── pytorch_Isro_space_mining.ipynb
├── requirements.txt
├── space_mining.png
├── space_mining_dataset.csv
├── space_mining_model.pkl
├── test-docker.sh
└── visualize.py
```

0 comments on commit d56ec0a

Please sign in to comment.