The web page application for activity prediction for AhR (aryl hydrocarbon receptor)
You can find the application at the following link: https://arylhydrocarbon-receptor.streamlit.app/
To run the application locally, follow these steps:
- Clone the repository
- Install dependencies:
The needed packages are in file enviroment.txt
During installation you create conda environment 'for_AhR'
- Activate environment
In the console activate conda environment:
$ conda activate for_AhR- Now, you can run the application:
$ streamlit run Home.pyApp should open in the browser or it will be available at 'http://localhost:8501'.
- Finally, have fun and test my app!
In batch mode, you can calculate predictions for multiple molecules. The online version of AhR has limitations based on Streamlit Cloud. The local app is much better to use for larger database.
Please, remember to upload CSV file with the column names 'smiles', because based on this system will predict class of activity.
I'm Natalia Łapińska and I'm the author of Aryl hydrocarbon receptor app and also SerotoninAI app https://serotoninai.streamlit.app/
-
GitHub: https://github.com/nczub
I would love to work with you if you want to collaborate on creating new QSAR or QSPR models.
This project is available under the GNU General Public License v3.0 (GPL-3.0).
