{"id":26753177,"url":"https://github.com/kefirchk/animatica-frontend","last_synced_at":"2026-03-07T06:32:32.114Z","repository":{"id":282122353,"uuid":"947555521","full_name":"kefirchk/Animatica-frontend","owner":"kefirchk","description":"Animatica is my diploma project that generates videos from text and images using neural networks. It automates animation creation with image generation, image-to-video conversion, and post-processing","archived":false,"fork":false,"pushed_at":"2025-04-11T09:30:26.000Z","size":226,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T11:45:13.844Z","etag":null,"topics":["animation","gan","machine-learning","neural-networks","python","pytorch","streamlit","video-generation"],"latest_commit_sha":null,"homepage":"","language":"Python","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/kefirchk.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,"zenodo":null}},"created_at":"2025-03-12T21:57:38.000Z","updated_at":"2025-04-11T09:30:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"51d6cede-50f1-4113-870f-5db5260fe47a","html_url":"https://github.com/kefirchk/Animatica-frontend","commit_stats":null,"previous_names":["kefirchk/animatica","kefirchk/animatica-frontend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefirchk%2FAnimatica-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefirchk%2FAnimatica-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefirchk%2FAnimatica-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefirchk%2FAnimatica-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kefirchk","download_url":"https://codeload.github.com/kefirchk/Animatica-frontend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986796,"owners_count":21194122,"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","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":["animation","gan","machine-learning","neural-networks","python","pytorch","streamlit","video-generation"],"created_at":"2025-03-28T13:18:05.354Z","updated_at":"2026-03-07T06:32:32.106Z","avatar_url":"https://github.com/kefirchk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Animatica-frontend\n\n***Animatica*** is my diploma project that generates videos from text and \nimages using neural networks. It automates animation creation with image generation,\nimage-to-video conversion, and post-processing.\n\n## Deploying on Local\n\n#### Step 1: Create a virtual environment\n\n###### *Linux/macOS:*\n\n```bash\npython3 -m venv venv\nsource venv/bin/activate\n```\n\n###### *Windows:*\n\n```bash\npython -m venv venv\nsource venv/Scripts/activate\n```\n\n#### Step 2: Install requirements\n\n```bash\ncd app\npip install -r requirements.txt\n```\n\n#### Step 3: Create env files\n\n```bash\n# env/api.env\n\nAPI_URL=http://localhost:8080\nTERMS_OF_SERVICE_URL=https://example.com/terms\n```\n\n#### Step 4: Run server\n\n```bash\ncd app\nstreamlit run src/main.py\n```\n\n## System Design\n\n![system design](docs/animatica-frontend-design-diagram.png)\n\n## Deploying via Docker\n\nBelow are the basic commands to manage docker.\n\n###### Build image\n```bash\ndocker build -f app/Dockerfile -t animatica-frontend .\n```\n\n###### Run container\n```bash\ndocker run -p 8501:8501 --name ui animatica-frontend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkefirchk%2Fanimatica-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkefirchk%2Fanimatica-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkefirchk%2Fanimatica-frontend/lists"}