Ref: https://bkowshik-identicons.streamlit.app/
# Clone the repository.
git clone [email protected]:bkowshik/identicons.git
# Install the required Python dependencies.
cd identicons
pip install -r requirements.txt
# Run using the streamlit command.
streamlit run identicons.py
NOTE: Python dependencies were identified automatically using bndr/pipreqs.
cd identicons
pip install pipreqs
pipreqs .
cat requirements.txt