Skip to content

simple python Image to Vector Api for Elastic ImageSearch

Notifications You must be signed in to change notification settings

ehc0825/pythonImage2VecApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pythonImage2VecApi

pythonI mage to Vector Api for Elastic ImageSearch

run

python3 -m venv venv //파이썬 가상환경 만들기
source ./venv/bin/activate //파이썬 가상환경 활성화
pip install -r requirements.txt
uvicorn main:app --reload --host=0.0.0.0 --port=29880//29880포트에서 fastapi실행

if do not work run this

if donot work
pip install fastapi //fastapi 설치
pip install uvicorn //uvicorn 설치
pip install img2vec_pytorch//image2vec_pytorch설치
pip install tensorflow
pip install keras

About

simple python Image to Vector Api for Elastic ImageSearch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published