Prepare Python script to calculate fingerprints on crystal structures and convert them into 2D space with t-SNE.
Access the app here: https://fingerprints.streamlit.app/
See tutorial at YouTube.
sudo apt update
sudo apt install build-essential python3.12-dev python3-venv
Active Python virtual environment and install into it all necessary packages:
- python3 -m venv finger_env
- source finger_env/bin/activate
- pip install dscribe numpy matplotlib scikit-learn ase dscribe pandas


