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.
 
 
 
 
Go to file
Urko 9ed24ddcaa
feat:
1 hour ago
cmd/server feat: 1 hour ago
config full refactor directory structure add clearance, remove interfaces 1 day ago
internal feat: 1 hour ago
pkg feat: 1 hour ago
proto feat: 1 hour ago
web full refactor directory structure add clearance, remove interfaces 1 day ago
.env.example feat: add .env.example 4 weeks ago
.gitignore feat: 2 months ago
Makefile update generate server 1 day ago
README.md feat: WIP 2 months ago
docker-compose.yml feat: WIP 2 months ago
go.mod fix tidy 2 days ago
go.sum fix tidy 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

  1. Run go mod tidy
  2. Run make run