Skip to content

bkowshik/identicons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identicons

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

Setup

# 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

Managing requirements

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

cd identicons

pip install pipreqs
pipreqs .

cat requirements.txt