ghostmeet
π» Your invisible AI meeting assistant β self-hosted meeting transcription and summaries, like Otter.ai but open source.
νμΌ νμκΈ°
- demo.gif
- logo.jpg
- __init__.py
- __main__.py
- app.py
- decoder.py
- incremental.py
- models.py
- pcm_store.py
- pipeline.py
- store.py
- summarizer.py
- transcriber.py
- icon128.png
- icon16.png
- icon32.png
- icon48.png
- background.js
- manifest.json
- offscreen.html
- offscreen.js
- package.json
- popup.html
- popup.js
- shared.js
- sidepanel.css
- sidepanel.html
- sidepanel.js
- SKILL.md
- shared.test.mjs
- verify-capture.mjs
- __init__.py
- conftest.py
- test_app.py
- test_decoder.py
- test_incremental.py
- test_pcm_store.py
- test_persistence.py
- test_pipeline.py
- test_security.py
- test_store.py
- test_transcriber.py
- .dockerignore
- .env.example
- .gitignore
- CLAUDE.md
- docker-compose.yml
- Dockerfile
- IMPLEMENTATION_PLAN.md
- LICENSE
- pytest.ini
- README.md
- requirements-dev.txt
- requirements.md
- requirements.txt
# CDNμΌλ‘ μ¬μ©νκΈ°
jsDelivrjsDelivrλ κ³΅κ° GitHub 리ν¬μ§ν 리λ₯Ό λ³λ μ€μ μμ΄ CDNμΌλ‘ μ¦μ μλΉν©λλ€. λ²μ κ³Ό νμΌμ κ³ λ₯΄λ©΄ μΉνμ΄μ§μ λ°λ‘ λΆμΌ μ μλ λ§ν¬μ μμ μ½λκ° λ§λ€μ΄μ§λλ€.
λͺ λ Ήμ΄ μ©μ΄μ§
μ΄ λ¬Έμμμ μ¬μ©λ λͺ λ Ήμ΄λ₯Ό λͺ¨μλ΄€μ΅λλ€. λ―μ λͺ λ Ήμ΄κ° μλ€λ©΄ νΌμ³μ νμΈν΄λ³΄μΈμ.
docker compose up
μ€λͺ
보기 βΌ
docker compose up
Start and run Docker services defined in a Compose file.
docker compose up
Start all services defined in the docker-compose file:
docker compose up {{[-d|--detach]}}
Start services in the background (detached mode):
docker compose up --build
Start services and rebuild images before starting:
git clone
μ€λͺ
보기 βΌ
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
node
μ€λͺ
보기 βΌ
node
μλ² μΈ‘ JavaScript νλ«νΌ (Node.js).
λ λ§μ μ 보: <https://nodejs.org/docs/latest/api/cli.html#options>.
node {{path/to/file}}
JavaScript νμΌ μ€ν:
node
REPL(λνν μ Έ) μμ:
node --watch {{path/to/file}}
μ§μ λ νμΌμ μ€ννκ³ κ°μ Έμ¨ νμΌμ΄ λ³κ²½λ λ νλ‘μΈμ€λ₯Ό μ¬μμ (Node.js λ²μ 18.11+ νμ):
pip install
μ€λͺ
보기 βΌ
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
python
μ€λͺ
보기 βΌ
python
Python μΈμ΄ μΈν°ν리ν°.
λ λ§μ μ 보: <https://docs.python.org/using/cmdline.html>.
python
REPL(λνν μ Έ) μμ:
python {{path/to/file.py}}
νΉμ Python νμΌ μ€ν:
python -i {{path/to/file.py}}
νΉμ Python νμΌ μ€ν ν REPL μμ:
python3
μ€λͺ
보기 βΌ
python3
μ΄ λͺ λ Ήμ `python`μ λ³μΉμ λλ€.
tldr python
μμΈν λ΄μ©μ μλ³Έ λͺ λ Ήμ μ°Έκ³ νμΈμ:
