To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/hanacard-data/copygo.git
cd copygo- Set up a virtual environment:
conda create -n copygo python=3.12
conda activate copygo
- Install dependencies:
pip install -r requirements.txtTo run the application, use the following command:
$ uvicorn copygo.main:app --port 8080 --reload