open-creative-agent
No description available.
File Explorer
Download Latest Version (.zip)- .gitkeep
- amazon-product-output.png
- art-illustration-set.png
- event-text-poster.png
- knowledge-card-output.jpg
- long-form-visual.png
- marketing-article-output.jpg
- poster-edit-final.png
- reasoning-image-output.png
- ui-design-output.png
- demo.gif
- workspace.png
- agent.json
- system.json
- agent.py
- api.py
- path.py
- system.py
- configuration.md
- development.md
- README.md
- login_codex.py
- start_local.sh
- chat.py
- session.py
- __init__.py
- conversation_service.py
- task_manager.py
- token_usage_service.py
- index-D1BAVWpK.css
- index-fgj4cofn.js
- sanitizeSvg-CpvoqzD4.js
- index.html
- common.py
- session_auth.py
- util.py
- agents_manager.py
- database.py
- main.py
- models.py
- executor_agent.py
- ad_text_element_generation_agent.py
- art_knowledge_agent.py
- article_draft_agent.py
- article_finalize_agent.py
- article_generation_agent.py
- article_image_generation_agent.py
- extractor_agent.py
- html_generation_agent.py
- html_to_image_agent.py
- tool_v3.py
- image_generation_and_editing_agent.py
- tool.py
- image_generation_agent.py
- tool.py
- reasoning_image_generation_agent.py
- tool.py
- image_processing_agent.py
- tool.py
- image_to_prompt_agent.py
- tool.py
- image_understanding_agent.py
- tool.py
- page_generation.py
- page_quality_analysis_agent.py
- pgbr_design_element_analysis_agent.py
- pgbr_draft_agent.py
- pgbr_finalize_agent.py
- pgbr_html_to_image_agent.py
- pgbr_image_generation_agent.py
- poster_draft_agent.py
- poster_finalize_agent.py
- poster_generation_agent.py
- poster_image_combine_agent.py
- poster_image_generation_agent.py
- read_artifact_agent.py
- science_agent.py
- search_agent.py
- tool.py
- search_query_agent.py
- astro.csv
- flutter.csv
- html-tailwind.csv
- jetpack-compose.csv
- nextjs.csv
- nuxt-ui.csv
- nuxtjs.csv
- react-native.csv
- react.csv
- shadcn.csv
- svelte.csv
- swiftui.csv
- vue.csv
- charts.csv
- colors.csv
- icons.csv
- landing.csv
- products.csv
- react-performance.csv
- styles.csv
- typography.csv
- ui-reasoning.csv
- ux-guidelines.csv
- web-interface.csv
- core.py
- design_system.py
- search.py
- ui_code_generation.py
- ui_generation_agent.py
- ui_keyword_extractor.py
- tool.py
- video_generation_agent.py
- __init__.py
- image_utils.py
- media_generation_adapters.py
- usage_utils.py
- orchestrator_agent.py
- __init__.py
- __init__.py
- model_factory.py
- openai_codex_model.py
- __init__.py
- context.py
- custom_session_service.py
- logger.py
- utils.py
- __init__.py
- test_local_mode_structure.py
- test_openai_codex_model.py
- ChatPanel.tsx
- icons.tsx
- InputArea.tsx
- MediaCanvas.tsx
- api.ts
- App.tsx
- main.tsx
- styles.css
- types.ts
- vite-env.d.ts
- index.html
- package-lock.json
- package.json
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- .env.template
- .gitattributes
- .gitignore
- .python-version
- count_py_lines.py
- LICENSE
- NOTICE
- pyproject.toml
- README.md
- README.zh-CN.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/pipixia-labs/open-creative-agent
Downloads the entire project code from GitHub to your computer.
cd open-creative-agent
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd web
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
