{"id":25636357,"url":"https://github.com/pnstack/llm-image","last_synced_at":"2025-10-11T17:23:09.121Z","repository":{"id":278858780,"uuid":"936985309","full_name":"pnstack/llm-image","owner":"pnstack","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-22T05:33:35.000Z","size":534,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T17:23:08.598Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pnstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["nvp2k1"]}},"created_at":"2025-02-22T04:11:58.000Z","updated_at":"2025-02-22T05:33:39.000Z","dependencies_parsed_at":"2025-02-22T06:24:22.859Z","dependency_job_id":"e10ec31a-d6e9-4cc1-8794-6431baf52ba7","html_url":"https://github.com/pnstack/llm-image","commit_stats":null,"previous_names":["npv2k1/llm-image"],"tags_count":0,"template":false,"template_full_name":"pnstack/template-python","purl":"pkg:github/pnstack/llm-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnstack%2Fllm-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnstack%2Fllm-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnstack%2Fllm-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnstack%2Fllm-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnstack","download_url":"https://codeload.github.com/pnstack/llm-image/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnstack%2Fllm-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008116,"owners_count":26084396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-23T00:46:44.534Z","updated_at":"2025-10-11T17:23:09.078Z","avatar_url":"https://github.com/pnstack.png","language":"Jupyter Notebook","funding_links":["https://github.com/sponsors/nvp2k1"],"categories":[],"sub_categories":[],"readme":"---\ntitle: LLM Image\nemoji: 🟧\ncolorFrom: yellow\ncolorTo: purple\nsdk: docker\ntags:\n- Python\nfullwidth: true\nlicense: mit\napp_port: 7860\n---\n\n# Python Project Template\n\nA modern Python project template with best practices for development, testing, and deployment.\n\n## Features\n\n- Modern Python (3.11+) project structure\n- Development tools configuration (pytest, black, isort, mypy, ruff)\n- Docker support\n- GitHub Actions ready\n- Comprehensive documentation structure\n- Jupyter notebook support\n\n## Project Structure\n\n```\n.\n├── docs/               # Documentation files\n├── notebooks/         # Jupyter notebooks\n├── src/               # Source code\n│   ├── common/        # Common utilities and shared code\n│   ├── modules/       # Feature modules\n│   │   └── api/       # API related code\n│   ├── shared/        # Shared resources\n│   └── utils/         # Utility functions\n└── tests/             # Test files\n```\n\n## Getting Started\n\n### Prerequisites\n\n- Python 3.11 or higher\n- [uv](https://github.com/astral-sh/uv) for dependency management\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/template-python.git\ncd template-python\n```\n\n2. Create a virtual environment and install dependencies:\n```bash\nuv venv\nsource .venv/bin/activate  # On Windows: .venv\\Scripts\\activate\nuv pip install -e \".[dev]\"\n```\n\n3. Copy the environment file and adjust as needed:\n```bash\ncp .env.example .env\n```\n\n### Development\n\nThis project uses several development tools:\n\n- **pytest**: Testing framework\n- **black**: Code formatting\n- **isort**: Import sorting\n- **mypy**: Static type checking\n- **ruff**: Fast Python linter\n\nRun tests:\n```bash\npytest\n```\n\nFormat code:\n```bash\nblack .\nisort .\n```\n\nRun type checking:\n```bash\nmypy src tests\n```\n\nRun linting:\n```bash\nruff check .\n```\n\n### Docker\n\nBuild the Docker image:\n```bash\nmake build\n```\n\nRun the container:\n```bash\nmake run\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnstack%2Fllm-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpnstack%2Fllm-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnstack%2Fllm-image/lists"}