baiganinn commited on
Commit
702c982
Β·
1 Parent(s): 7382f7a

Add README.md with Hugging Face Space configuration

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Kepler Automated Detection
3
+ emoji: πŸͺ
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 4.44.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+
13
+ # πŸͺ Kepler Automated Exoplanet Detection
14
+
15
+ An AI-powered tool for detecting exoplanets using NASA Kepler mission data. This application uses machine learning to predict whether astronomical objects are likely to be exoplanets based on their observational characteristics.
16
+
17
+ ## πŸš€ Features
18
+
19
+ - **Automated Column Mapping**: Intelligent mapping of uploaded CSV columns to training dataset features using AI
20
+ - **Machine Learning Predictions**: Trained model for exoplanet classification
21
+ - **Interactive UI**: Easy-to-use Gradio interface for uploading data and viewing results
22
+ - **Detailed Statistics**: Comprehensive analysis of prediction results
23
+
24
+ ## πŸ“Š How It Works
25
+
26
+ 1. Upload a CSV file containing astronomical observation data
27
+ 2. The system automatically maps your columns to the required features
28
+ 3. Machine learning model analyzes the data
29
+ 4. Get predictions with confidence scores and detailed statistics
30
+
31
+ ## πŸ› οΈ Technology Stack
32
+
33
+ - **Machine Learning**: scikit-learn
34
+ - **Model Persistence**: joblib
35
+ - **UI Framework**: Gradio
36
+ - **Data Processing**: pandas, numpy
37
+ - **AI Mapping**: Together AI API
38
+
39
+ ## πŸ“ Usage
40
+
41
+ 1. Prepare your CSV file with astronomical observation data
42
+ 2. Upload the file through the interface
43
+ 3. Review the column mapping (automatic)
44
+ 4. Get predictions and statistics
45
+
46
+ ## πŸ”‘ Environment Variables
47
+
48
+ The application requires a `TOGETHER_API_KEY` for AI-powered column mapping. This should be set in your Hugging Face Space secrets.
49
+
50
+ ## πŸ“„ License
51
+
52
+ MIT License
53
+
54
+ ## 🌟 About
55
+
56
+ This project was developed to assist astronomers and researchers in analyzing Kepler mission data for exoplanet detection. The machine learning model is trained on validated exoplanet data from NASA's Kepler mission.
57
+
58
+ ---
59
+
60
+ Built with ❀️ for astronomy and space exploration