StarRambo/QSAR
0
QSAR pIC50 Predictor App
This Streamlit app predicts pIC50 values from SMILES strings using a trained Random Forest model and RDKit-generated ECFP4 fingerprints.
Features
- ๐งช Enter a single SMILES and view structure + predicted pIC50
- ๐ Upload a CSV file with a 'SMILES' column to get batch predictions
- ๐พ Download your results with predicted pIC50 values
Deployment on Hugging Face Spaces
- Go to Hugging Face Spaces and click "Create new Space".
- Choose:
- SDK: Streamlit
- Hardware: CPU
- Runtime: Use a
environment.yml - Upload the following files:
app.pyrf_model.pklenvironment.yml- Wait for the environment to build and launch.
๐ง Developed by Aditya Gurav
