Skip to content

Pavithrabalaji-DA/Avatar-app-Streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avatar-app

Demo

Demo of this web app.

Reproducing this web app

To recreate this web app on your own computer, do the following.

Create conda environment

Firstly, we will create a conda environment called avatar

conda create -n avatar python=3.7.9

Secondly, we will login to the avatar environement

conda activate avatar

Install prerequisite libraries

Download requirements.txt file

wget https://raw.githubusercontent.com/dataprofessor/avatar-app/main/requirements.txt

Pip install libraries

pip install -r requirements.txt

Install libcairo2

sudo apt-get install libcairo2

Launch the app

streamlit run app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages