Skip to content

TakanariShimbo/do-we-look-alike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README | English | 日本語

🚀About

This is repository of "Do We Look A Like?".
You can access the website by clicking or scanning the QR code below.

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