genai-processors
GenAI Processors is a lightweight Python library that enables efficient, parallel content processing.
파일 탐색기
최종 버전 다운로드 (.zip)- deploy_docs.yml
- python-tests.yml
- async-streaming.md
- function-calling.md
- processor.md
- realtime.md
- built-in-processors.md
- caching.md
- supported-models.md
- tracing.md
- websocket-server.md
- cli.md
- live_commentator.md
- live_illustrator.md
- research_agent.md
- widgets.md
- ai-studio.md
- cli.md
- coding-agent.md
- extra.css
- getting-started.md
- index.md
- principles.md
- producer_consumer.svg
- hooks.py
- mkdocs.yml
- index.css
- index.html
- index.tsx
- metadata.json
- agent.py
- __init__.py
- commentator.py
- commentator_ais.py
- commentator_cli.py
- README.md
- index.html
- index.tsx
- metadata.json
- illustrator.py
- illustrator_ais.py
- README.md
- topic_generator.py
- topic_researcher.py
- __init__.py
- agent.py
- interfaces.py
- prompts.py
- README.md
- agent.py
- index.html
- index.tsx
- metadata.json
- README.md
- widgets.py
- widgets_ais.py
- __init__.py
- chat.py
- live_simple_cli.py
- mcp_server.py
- models.py
- pdf_cli.py
- README.md
- realtime_simple_cli.py
- smart_model.py
- speech_to_text_cli.py
- text_to_speech_cli.py
- trip_request_cli.py
- trip_request_cli_ollama.py
- vad_cli.py
- langchain_model_test.py
- openrouter_model_test.py
- README.md
- __init__.py
- langchain_model.py
- openrouter_model.py
- README.md
- __init__.py
- adk.py
- audio.py
- audio_io.py
- constrained_decoding.py
- drive.py
- event_detection.py
- filesystem.py
- function_calling.py
- genai_model.py
- github.py
- jinja_template.py
- live_model.py
- ollama_model.py
- pdf.py
- preamble.py
- rate_limit_audio.py
- README.md
- realtime.py
- speech_events.py
- speech_to_text.py
- text.py
- text_to_speech.py
- timestamp.py
- transformers_model.py
- vad.py
- video.py
- web.py
- window.py
- __init__.py
- latency.py
- live_server.py
- README.md
- trace.py
- trace.tpl.html
- trace_file.py
- __init__.py
- test_video.mp4
- adk_test.py
- audio_test.py
- cache_test.py
- constrained_decoding_test.py
- content_api_test.py
- context_test.py
- debug_test.py
- drive_test.py
- event_detection_test.py
- filesystem_test.py
- function_calling_test.py
- genai_model_test.py
- github_test.py
- jinja_template_test.py
- latency_test.py
- live_model_test.py
- live_server_test.py
- map_processor_test.py
- mcp_test.py
- mime_types_test.py
- ollama_model_test.py
- pdf_test.py
- preamble_test.py
- processor_test.py
- rate_limit_audio_test.py
- realtime_test.py
- speech_to_text_test.py
- sql_cache_test.py
- streams_test.py
- switch_test.py
- text_test.py
- text_to_speech_test.py
- timestamp_test.py
- tool_utils_test.py
- trace_file_test.py
- transformers_model_test.py
- vad_test.py
- video_test.py
- web_test.py
- window_test.py
- __init__.py
- cache.py
- cache_base.py
- content_api.py
- context.py
- debug.py
- map_processor.py
- mcp.py
- mime_types.py
- processor.py
- sql_cache.py
- streams.py
- switch.py
- tool_utils.py
- constrained_decoding.ipynb
- content_api_intro.ipynb
- create_your_own_processor.ipynb
- drive_processors.ipynb
- function_calling.ipynb
- function_calling_with_gemma.ipynb
- live_processor_intro.ipynb
- processor_intro.ipynb
- research_example.ipynb
- .gitignore
- CONTRIBUTING.md
- LICENSE
- llms.txt
- pyproject.toml
- README.md
- README.pypi.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/google-gemini/genai-processors
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd genai-processors
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install genai-processors
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
