You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 hour ago | |
---|---|---|
cmd/server | 1 hour ago | |
config | 1 day ago | |
internal | 1 hour ago | |
pkg | 1 hour ago | |
proto | 1 hour ago | |
web | 1 day ago | |
.env.example | 4 weeks ago | |
.gitignore | 2 months ago | |
Makefile | 1 day ago | |
README.md | 2 months ago | |
docker-compose.yml | 2 months ago | |
go.mod | 2 days ago | |
go.sum | 2 days ago |
README.md
transcribeAI-grpc
This project is responsible of download video from youtube and return content as chunks to client through gRPC stream server.
env
Create .env file with this configuration
HOST_ADDRESS=0.0.0.0:50051
DB_ADDRESS=mongodb://user:password@host:27017/
DB_NAME=your-db-name
COLLECTION_NAME=your-collection-name
run
- Run
go mod tidy
- Run
make run