Your cart is currently empty!
Category: Backend
-
Easy Connecting Cassandra in Docker with NodeJS
Reference: https://hub.docker.com/_/cassandra Pull and Run Cassandra in Docker This will connect local port to docker container port on 7000, 7001, 7199, 9042, and 9160, which…
-
Docker 承載你的所有心血,讓你的 App 可以在所有地方快速啟動
有了 Docker 之後,你的 App 就不需要煩惱開發環境跟真實部署的環境有相容性的問題,整包帶走! 可以看看 Docker 跟 Linux commands: https://www.youtube.com/watch?v=pTFZFxd4hOI&t=18s同樣看看 Docker-compose: https://www.youtube.com/watch?v=HG6yIjZapSA Docker 簡介 簡言之,有了 Docker 我們只需要寫好程式碼,使用 docker build 產生 Image,然後把 Image 帶到任何地方使用 docker…
-
OpenAI Whisper + Python 轉換 GoodNotes 音檔
最近期末考,很多課都只是錄音沒在上課,有些老師講話又很慢,所以剛剛好來玩玩 OpenAI API Reference: https://platform.openai.com/docs/guides/speech-to-text/quickstart Whisper by OpenAI GitHub: https://github.com/GJC14/whisper Whisper 是 OpenAI API platform 的其中一個 Models,其他的還有比較知名的文字、圖像模型 (Chat)GPT、DALL·E。雖然目前也有許多團隊有自己的 Speech to text AI,像是 Google Cloud Speech-to-Text、SpeechText.AI、Descript,但因為…