시각장애인을 위한 음성검색 AI 쇼핑 에이전트 AI Shopping agent for people with visual impairments
아래 코드를 실행하여 클론, 패키지설치, 서버구동 진행
git clone [address](https://github.com/segene99/insight)
cd project folder # cd insight
python -m venv venv # python3 -m venv venv for mac
source venv/bin/activate
pip3 install -r requirements.txt
uvicorn vision_server:appPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.