Spaces:
Build error
Build error
A newer version of the Streamlit SDK is available: 1.63.0
metadata
title: Cetane Number and YSI Predictor
emoji: ⛽
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: 1.28.0
app_file: src/streamlit_app.py
pinned: false
Cetane Number and YSI Predictor ⛽
Predict cetane numbers from SMILES strings using machine learning.
Features
- 🔬 Single Prediction: Enter one SMILES string to get instant cetane number prediction
- 📊 Batch Prediction: Upload CSV files with multiple SMILES for bulk predictions
- 📈 Visual Analysis: View molecular structures and prediction distributions
- 📥 Export Results: Download predictions as CSV
How to Use
Single Prediction
- Go to the "Single Prediction" tab
- Enter a SMILES string (e.g.,
CCCCCCCCCCCCCCCC) - Click "Predict"
- View your Cetane Number and YSI prediction!
Batch Prediction
- Go to the "Batch Prediction" tab
- Upload a CSV file with a
SMILEScolumn - Click "Predict All"
- Download results with predictions
Citation
If you use this model in your research, please cite:
@misc{cn_predictor_2025,
author = {Salvina Zahir},
title = {Cetane Number Predictor},
year = {2025},
publisher = {HuggingFace},
url = {https://huggingface.co/spaces/SalZa2004/cn-predictor}
}