/identicons

Identicons using Embeddings

Primary LanguagePythonMIT LicenseMIT

Identicons

Ref: https://bkowshik-identicons.streamlit.app/

Setup

# Clone the repository.
git clone git@github.com:bkowshik/identicons.git

# Install the required Python dependencies.
cd identicons
pip install -r requirements.txt

# Run using the streamlit command.
streamlit run identicons.py

Managing requirements

NOTE: Python dependencies were identified automatically using bndr/pipreqs.

cd identicons

pip install pipreqs
pipreqs .

cat requirements.txt