{"id":24892757,"url":"https://github.com/ilias-stack/avatar-chatbot","last_synced_at":"2026-05-05T09:32:30.659Z","repository":{"id":274889987,"uuid":"914407043","full_name":"ilias-stack/Avatar-ChatBot","owner":"ilias-stack","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-30T09:10:21.000Z","size":85548,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T13:49:26.271Z","etag":null,"topics":["docker","emotion-detection","flask","gemini-api","stt","threejs","tts"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ilias-stack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-09T14:37:35.000Z","updated_at":"2025-02-13T23:48:04.000Z","dependencies_parsed_at":"2025-01-30T00:35:13.244Z","dependency_job_id":null,"html_url":"https://github.com/ilias-stack/Avatar-ChatBot","commit_stats":null,"previous_names":["ilias-stack/avatar-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilias-stack%2FAvatar-ChatBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilias-stack%2FAvatar-ChatBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilias-stack%2FAvatar-ChatBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilias-stack%2FAvatar-ChatBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilias-stack","download_url":"https://codeload.github.com/ilias-stack/Avatar-ChatBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245858874,"owners_count":20684057,"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":["docker","emotion-detection","flask","gemini-api","stt","threejs","tts"],"created_at":"2025-02-01T18:16:35.183Z","updated_at":"2026-05-05T09:32:30.604Z","avatar_url":"https://github.com/ilias-stack.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Avatar-ChatBot\n\nA full-stack application with a frontend (Vite/Three) and backend (Python/Flask) service, containerized using Docker.\n\n## Project Structure\n```\nAvatar-ChatBot/\n├── Application/ # Frontend (Vite/Three)\n│ ├── Dockerfile\n│ ├── package.json\n│ └── src/\n├── Backend/ # Backend (Python/Flask)\n│ ├── Dockerfile\n│ ├── chatbot/\n│ ├── emotion detection/\n│ ├── requirements.txt\n│ └── app.py\n├── docker-compose.yml\n└── README.md\n```\n\n## Prerequisites\n\n- [Node.js](https://nodejs.org/) (v22)\n- [Python](https://www.python.org/) (3.9)\n- [Docker](https://www.docker.com/) (v24+)\n- [Docker Compose](https://docs.docker.com/compose/) (v2.20+)\n\n## Getting Started\n\n### 1. Clone Repository\n```bash\ngit clone https://github.com/ilias-stack/Avatar-ChatBot.git\ncd Avatar-ChatBot\n```\n\n### 2. Frontend Setup \n```bash\ncd Application\nnpm install       # Install dependencies\nnpm run dev      # Start development server\n```\n\n### 3. Backend Setup \n```bash\ncd Backend\npython -m venv venv\nsource venv/bin/activate  # Linux/Mac\nvenv\\Scripts\\activate   # Windows\npip install -r requirements.txt\npython app.py\n```\n\n## Docker Deployment\n```bash\n# Build and start containers\ndocker-compose up --build\n\n# Stop and remove containers\ndocker-compose down\n\n# View logs\ndocker-compose logs -f\n```\n\n## Access Services\n| Service       | URL           |\n|---------------|---------------|\n| Application   | [localhost:80](http://localhost)  | \n| Backend       | [localhost:5000](http://localhost:5000/test)  | \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filias-stack%2Favatar-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filias-stack%2Favatar-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filias-stack%2Favatar-chatbot/lists"}