An open API service indexing awesome lists of open source software.

https://github.com/wyll-exe/nasa-data

Analyse exoplanètes
https://github.com/wyll-exe/nasa-data

notebook python streamlit

Last synced: about 2 months ago
JSON representation

Analyse exoplanètes

Awesome Lists containing this project

README

          

# Classification-Exoplan-tes

Objectifs

## Description 📝 :

Utiliser un jeu de données contenant les propriétés de milliers d’exoplanètes pour répondre aux questions numérotées. Vous devrez rendre un notebook. Voici vos objectifs :
Explorer les corrélations physiques entre variables
Classer les exoplanètes en fonction de leurs caractéristiques
Prévoir si une exoplanète est potentiellement habitable ou non

## Technologies 🛠️ :

- Python
- Streamlit
- Scikit-learn

```
Installer python !

- python ou py -m pip install pandas
- python ou py -m pip install -U scikit-learn
- python ou py -m pip install numpy
- python ou py -m pip install matplotlib
- python ou py -m pip install seaborn
- python ou py -m pip install streamlit

```

## Auteurs 🙇 :

- Arthur ~ [@GitHub](https://github.com/L0wBly)
- Cyril ~ [@GitHub](https://github.com/Cyril-Mathe)
- William ~ [@GitHub](https://github.com/Wyll-exe)

## Source 🔍️

1. [data](https://exoplanetarchive.ipac.caltech.edu/docs/data.html)

## Lancer 🚀

```
python exo.py

```

# Pour lancer le site :

1. Accédez au répertoire du projet :
```bash
cd app

```

2. Lancer l'app :
```bash
streamlit run exoplanets.py

```