Tahereh Sharifian

Results 3 issues of Tahereh Sharifian

I'm running this repo in my local system and this error is showing up. what is the solution? ![image](https://user-images.githubusercontent.com/91904415/212334813-5ab0bfe7-d38c-48a7-9712-089f20bcbfc6.png)

In the Colab, there is this error running 16th block of the code. How this error solves? I couldn't find any `ReadProtoFromBinaryFile` function as it says in the error. ![image](https://user-images.githubusercontent.com/91904415/212327713-2040a6d4-943e-40bc-970f-38c9dc06672c.png)

`"server": "npm run watch --prefix server",` `"client": "npm start --prefix client",` `"watch": "npm run server & npm run client",` I added these three lines of code into my root `package.json`...