{"id":30624565,"url":"https://github.com/udaysinh-git/fake-geotag","last_synced_at":"2025-08-30T17:17:48.484Z","repository":{"id":301333688,"uuid":"1008922592","full_name":"udaysinh-git/Fake-GeoTag","owner":"udaysinh-git","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-26T10:21:50.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-26T10:39:32.100Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/udaysinh-git.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,"zenodo":null}},"created_at":"2025-06-26T09:50:57.000Z","updated_at":"2025-06-26T10:21:53.000Z","dependencies_parsed_at":"2025-06-26T10:39:37.434Z","dependency_job_id":"0097300c-7b14-4951-89e2-45313a77ddd6","html_url":"https://github.com/udaysinh-git/Fake-GeoTag","commit_stats":null,"previous_names":["udaysinh-git/fake-geotag"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/udaysinh-git/Fake-GeoTag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaysinh-git%2FFake-GeoTag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaysinh-git%2FFake-GeoTag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaysinh-git%2FFake-GeoTag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaysinh-git%2FFake-GeoTag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udaysinh-git","download_url":"https://codeload.github.com/udaysinh-git/Fake-GeoTag/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udaysinh-git%2FFake-GeoTag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272878336,"owners_count":25008340,"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-08-30T02:00:09.474Z","response_time":77,"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-08-30T17:17:47.901Z","updated_at":"2025-08-30T17:17:48.475Z","avatar_url":"https://github.com/udaysinh-git.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fake GeoTag\n\nFake GeoTag is a beginner-friendly web app that lets you upload a photo, select a date, time, and location, and then embed this metadata (EXIF) into the image. It uses OpenStreetMap for location selection and a Python FastAPI backend for processing. This project is for educational purposes only.\n\n---\n\n## Features\n\n- Upload a photo\n- Select date, time, and location (via map or coordinates)\n- Embed metadata (EXIF) into the image\n- Download the modified image\n\n---\n\n## Getting Started (Beginner Friendly)\n\n### 1. Install [uv](https://github.com/astral-sh/uv) (if you don't have it)\n\n**uv** is a fast Python package manager. If you don't have it, open your terminal/command prompt and run:\n\n**On Windows:**\n\n```sh\npip install uv\n```\n\n**On Mac/Linux:**\n\n```sh\npip3 install uv\n```\n\nIf you get a 'pip not found' error, [install Python first](https://www.python.org/downloads/).\n\n### 2. Set up your environment and install dependencies\n\n```sh\nuv venv\nuv pip install -r requirements.txt\n```\n\n### 3. Run the backend server\n\n```sh\npython main.py\n```\n\n### 4. Open the web app\n\nOpen your browser and go to: [http://localhost:8000/web/index.html](http://localhost:8000/web/index.html)\n\n---\n\n## Frequently Asked Questions (FAQ)\n\n**Q: What is uv and why do I need it?**  \nA: uv is a fast tool for managing Python packages and virtual environments. It makes setup easier and faster, especially for beginners.\n\n**Q: I get an error about 'uv' not found!**  \nA: Make sure you installed uv using `pip install uv` (or `pip3 install uv` on Mac/Linux). If you still have issues, try restarting your terminal or check your Python installation.\n\n**Q: How do I select a location?**  \nA: Click on the map to set the marker, or use the 'Use My Location' button if your browser supports it.\n\n**Q: Where is my modified image saved?**  \nA: After processing, a download link will appear. Click it to save the new image to your computer.\n\n**Q: Is this safe to use for real photos?**  \nA: This project is for educational purposes only. Do not use it for sensitive or private images.\n\n**Q: I want to learn more about EXIF metadata. Where can I start?**  \nA: Check out [Wikipedia's EXIF article](https://en.wikipedia.org/wiki/Exif) or the [piexif documentation](https://piexif.readthedocs.io/en/latest/).\n\n---\n\n## Disclaimer\n\nThis project is for educational purposes only. Do not use it for illegal or unethical activities. The authors are not responsible for any misuse.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudaysinh-git%2Ffake-geotag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudaysinh-git%2Ffake-geotag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudaysinh-git%2Ffake-geotag/lists"}