{"id":28364993,"url":"https://github.com/aye-shadow/cust-hackathon","last_synced_at":"2026-03-06T17:02:29.258Z","repository":{"id":293695377,"uuid":"984595418","full_name":"aye-shadow/cust-hackathon","owner":"aye-shadow","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-18T08:45:11.000Z","size":2906,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-10T06:39:50.650Z","etag":null,"topics":["llm","python","rag","streamlit"],"latest_commit_sha":null,"homepage":"https://cust-hackathon-hzivsv4bjikgyweyv6a8pt.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/aye-shadow.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-05-16T07:29:14.000Z","updated_at":"2025-05-18T08:45:14.000Z","dependencies_parsed_at":"2025-08-10T06:39:58.079Z","dependency_job_id":"2470b0ba-6934-4205-a305-a8f4c03433d4","html_url":"https://github.com/aye-shadow/cust-hackathon","commit_stats":null,"previous_names":["aye-shadow/cust-hackathon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aye-shadow/cust-hackathon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aye-shadow%2Fcust-hackathon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aye-shadow%2Fcust-hackathon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aye-shadow%2Fcust-hackathon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aye-shadow%2Fcust-hackathon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aye-shadow","download_url":"https://codeload.github.com/aye-shadow/cust-hackathon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aye-shadow%2Fcust-hackathon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30186779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["llm","python","rag","streamlit"],"created_at":"2025-05-28T21:09:39.370Z","updated_at":"2026-03-06T17:02:29.235Z","avatar_url":"https://github.com/aye-shadow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BioScout - Biodiversity Tracking Application\n\nBioScout is a modern web application for tracking and monitoring local biodiversity. It allows users to submit wildlife observations, view sightings on an interactive map, and get AI-powered answers about local biodiversity.\n\n## Features\n\n### 1. Submit Observations\n- Upload images of wildlife sightings\n- Automatic species identification using AI\n- Interactive map for precise location marking\n- Detailed form for recording:\n  - Date of observation\n  - Location coordinates (with visual confirmation)\n  - Location description\n  - Additional notes\n- Real-time feedback and validation\n\n### 2. View Observations\n- Grid and map view options\n- Filter observations by species type:\n  - Birds\n  - Mammals\n  - Plants\n  - Amphibians\n  - Reptiles\n  - Insects\n- Up to 50 recent sightings per species type\n- Interactive markers on map view\n- Detailed observation cards with images\n\n### 3. Ask Questions\n- AI-powered Q\u0026A about local biodiversity\n- Example questions provided\n- Detailed answers with source citations\n- Focus on local wildlife and conservation\n\n## Technical Stack\n\n### Frontend\n- React with TypeScript\n- Material-UI (MUI) for components\n- Custom nature-inspired theme\n- Leaflet for interactive maps\n- Responsive design for all devices\n\n### Backend\n- FastAPI\n- Image processing and storage\n- CSV-based data management\n- Species identification AI integration\n\n## Theme Design\n\nThe application features a bio-inspired design with:\n- Rich forest greens and honey amber colors\n- Subtle gradients and animations\n- Organic shapes and decorative elements\n- Custom styled components:\n  - Cards with gradient borders\n  - Light green buttons with hover effects\n  - Frosted glass navigation bar\n  - Custom form inputs with shadows\n  - Nature-themed icons\n\n## Setup Instructions\n\n1. Clone the repository:\n```bash\ngit clone [repository-url]\ncd bioscout\n```\n\n2. Install backend dependencies:\n```bash\ncd backend\npip install -r requirements.txt\n```\n\n3. Install frontend dependencies:\n```bash\ncd frontend/bioscout-ui\nnpm install\n```\n\n4. Start the backend server:\n```bash\ncd backend\nuvicorn main:app --reload\n```\n\n5. Start the frontend development server:\n```bash\ncd frontend/bioscout-ui\nnpm start\n```\n\nThe application will be available at `http://localhost:3000`\n\n## Data Management\n\n- Observations are stored in CSV files by species type\n- Images are stored in `data/sightings/images`\n- Data can be reset using the cleanup process\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faye-shadow%2Fcust-hackathon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faye-shadow%2Fcust-hackathon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faye-shadow%2Fcust-hackathon/lists"}