Skip to content

TakanariShimbo/do-we-look-alike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README | English | 日本語

🚀About

This is repository of "Do We Look A Like?".
Please click or scan the bellow QR-Code to access web site.

QR-Code of WebSite

🐍Conda

  • conda or miniconda is required

Create venv

conda create --name do_we_look_alike python=3.11

Activate venv

conda activate do_we_look_alike

Install libs

# Please activate venv before executing it.
pip install -r requirements.txt

Deploy server

# Please activate venv before executing it.
streamlit run server.py