{"id":21884983,"url":"https://github.com/archismwanchatterjee/face-detector","last_synced_at":"2026-05-11T16:02:44.330Z","repository":{"id":213065767,"uuid":"732938216","full_name":"ArchismwanChatterjee/Face-Detector","owner":"ArchismwanChatterjee","description":"Face Detector app ","archived":false,"fork":false,"pushed_at":"2023-12-18T16:50:54.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T19:46:36.261Z","etag":null,"topics":["generative-ai","python3","streamlit"],"latest_commit_sha":null,"homepage":"https://face-detector.streamlit.app/","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/ArchismwanChatterjee.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}},"created_at":"2023-12-18T07:49:13.000Z","updated_at":"2023-12-18T16:51:17.000Z","dependencies_parsed_at":"2023-12-18T08:56:59.688Z","dependency_job_id":null,"html_url":"https://github.com/ArchismwanChatterjee/Face-Detector","commit_stats":null,"previous_names":["archismwanchatterjee/face-detector"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArchismwanChatterjee%2FFace-Detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArchismwanChatterjee%2FFace-Detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArchismwanChatterjee%2FFace-Detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArchismwanChatterjee%2FFace-Detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArchismwanChatterjee","download_url":"https://codeload.github.com/ArchismwanChatterjee/Face-Detector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244894308,"owners_count":20527669,"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":["generative-ai","python3","streamlit"],"created_at":"2024-11-28T10:18:09.498Z","updated_at":"2026-05-11T16:02:39.297Z","avatar_url":"https://github.com/ArchismwanChatterjee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![logo](https://github.com/ArchismwanChatterjee/Face-Detector/assets/115975340/fd668b46-b348-4beb-bde4-b9ef799ef30a)\n\n# Face-Detector 🔍\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)\n![License](https://badgen.net/github/license/micromatch/micromatch)\n\n\nFace Detector basically detects the number of persons present in an image and also try to figure them out. As its an AI Model it sometime fails to detect the famous personalities so please consider.\nClick [here](https://face-detector.streamlit.app/) to try out\n\n## How to use:\n1. Go through the disclaimer ⚠️ to understand more regarding what type of images will give best results.\n2. Upload any image of your choice (upto 200MB)\n3. Wait for the image to be uploaded, the dimesions of the image will be updated\n4. Click on the button to identify the person and view results.\n5. Wait for few mins and See the ✨Magic ✨ Happen.\n\n## Installation:\n\n- clone this repository\n\n- Face Detector requires [Python](https://www.python.org/) v3.9+ to run.\n\n- Install the dependencies.\n\n```python\npip install streamlit\npip install google-generativeai\npip install Pillow\npip install python-dotenv # for environment variable\n```\n- Make sure to create your own generative-ai api-key using Google Cloud Console or Google Makersuite and replace it.\n\n```python\ngenai.configure(api_key=os.getenv(\"MY_SECRET_KEY\")) # Replace with your own api-key by creating .env file\n```\nor \n```python\ngenai.configure(api_key=\"YOUR APIKEY\")  # Replace YOUR APIKEY with the actual value of your apikey \n```\n\n- To run the server\n```python\nstreamlit run \"your_file_name\"\n```\n\n- For Deploying your application refer [Streamlit Community Cloud](https://docs.streamlit.io/streamlit-community-cloud/get-started)\n\n## Development:\n\nWant to contribute? Great!\n\nFace Detector uses streamlit.\n\ncheckout *Installation* above to set it up locally.\n\nmake sure all changes you make are in the testing branch. \n\n## Deployment:\n\nThe website is deployed using streamlit community cloud ⬇️\n\n[Link](https://face-detector.streamlit.app/) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchismwanchatterjee%2Fface-detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchismwanchatterjee%2Fface-detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchismwanchatterjee%2Fface-detector/lists"}