sobamchan / lang-identify-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cp .env.sample .env
uvicorn main:app --reload --port 8000

then,

curl --location --request POST 'http://127.0.0.1:8000/identify' \
--header 'Authorization: secret' \
--header 'Content-Type: application/json' \
--data-raw '{
	"text": "hello"
}'

About


Languages

Language:Python 100.0%