{"id":26577944,"url":"https://github.com/kefirchk/animatica-backend","last_synced_at":"2026-04-13T13:31:50.776Z","repository":{"id":283872449,"uuid":"953063547","full_name":"kefirchk/Animatica-backend","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-03-22T18:18:09.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T18:36:02.381Z","etag":null,"topics":["animation","fastapi","gan","image-to-video","machine-learning","neural-networks","python","pytorch","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}},"created_at":"2025-03-22T13:41:29.000Z","updated_at":"2025-03-22T18:18:12.000Z","dependencies_parsed_at":"2025-03-22T18:36:06.453Z","dependency_job_id":"e3c0ceda-45d0-4fe2-a4fd-8d207e5ed6a9","html_url":"https://github.com/kefirchk/Animatica-backend","commit_stats":null,"previous_names":["kefirchk/animatica-backend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefirchk%2FAnimatica-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefirchk%2FAnimatica-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefirchk%2FAnimatica-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefirchk%2FAnimatica-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kefirchk","download_url":"https://codeload.github.com/kefirchk/Animatica-backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245052889,"owners_count":20553220,"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","fastapi","gan","image-to-video","machine-learning","neural-networks","python","pytorch","video-generation"],"created_at":"2025-03-23T04:18:10.582Z","updated_at":"2026-04-13T13:31:50.727Z","avatar_url":"https://github.com/kefirchk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Animatica-backend\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### Setting up the environment\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_BASE_URL=http://localhost:8080\nAPI_MODE=local\nLOG_LEVEL=debug\nFRONTEND_BASE_URL=http://localhost:8501\nSESSION_SECRET_KEY=your_session_secret_key\nLOCALHOST_CLIENT_ORIGIN=http://localhost:5173\nALLOWED_ORIGINS=localhost\n```\n\n```bash\n# env/auth.env\n\nSECRET_KEY=your-secret-key\nALGORITHM=HS256\nACCESS_TOKEN_EXPIRE_MINUTES=30\nREFRESH_TOKEN_EXPIRE_DAYS=30\nTOKEN_ISSUER=Animatica\n```\n\n```bash\n# env/db.env\n\nDB_HOST=db\nDB_PORT=5432\nDB_NAME=animatica\nDB_USER=postgres\nDB_PASS=postgres\n```\n\n```bash\n# env/ml-engine.env\n\nML_ENGINE_BASE_URL=http://ml-engine:90\nML_ENGINE_KEY=your-secret-key\nML_ENGINE_KEY_HEADER=X-ML-Engine-Key\n```\n\n```bash\n# env/stripe.env\n\nPUBLIC_KEY=your-public-key\nSECRET_KEY=your-secret-key\n```\n\n#### Step 4: Run server\n\n```bash\nuvicorn src.main:app --host 0.0.0.0 --port 80\n```\n\nAvailable endpoints:\n- http://localhost:8080/docs (Swagger docs).\n\n## System Design\n\n![system design](docs/animatica-backed-design-diagram.png)\n\n## Deploying via Docker\n\nBelow are the basic commands to manage docker.\n\n###### Docker-compose\n\n```bash\ndocker-compose up --build\ndocker-compsose down\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkefirchk%2Fanimatica-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkefirchk%2Fanimatica-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkefirchk%2Fanimatica-backend/lists"}