{"id":25227971,"url":"https://github.com/juanpi19/park-smart","last_synced_at":"2026-01-28T01:08:23.340Z","repository":{"id":208303792,"uuid":"721303797","full_name":"juanpi19/park-smart","owner":"juanpi19","description":"Smart Parking in LA","archived":false,"fork":false,"pushed_at":"2024-11-18T19:26:19.000Z","size":4192,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T05:37:28.845Z","etag":null,"topics":["docker","machine-learning","streamlit"],"latest_commit_sha":null,"homepage":"https://parking-smart.streamlit.app/","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/juanpi19.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-20T19:26:51.000Z","updated_at":"2025-01-21T21:40:51.000Z","dependencies_parsed_at":"2025-10-26T05:33:24.670Z","dependency_job_id":"b2fd577a-fe15-45de-9cdc-f8c01968a97f","html_url":"https://github.com/juanpi19/park-smart","commit_stats":null,"previous_names":["juanpi19/traffic_la_proj","juanpi19/park-smart"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juanpi19/park-smart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanpi19%2Fpark-smart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanpi19%2Fpark-smart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanpi19%2Fpark-smart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanpi19%2Fpark-smart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juanpi19","download_url":"https://codeload.github.com/juanpi19/park-smart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juanpi19%2Fpark-smart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28831233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["docker","machine-learning","streamlit"],"created_at":"2025-02-11T09:13:37.346Z","updated_at":"2026-01-28T01:08:23.323Z","avatar_url":"https://github.com/juanpi19.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Park-Smart 🚗\n\n## Smart Parking Solutions for Los Angeles\n\n[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://downtown-la-parking-solution.streamlit.app/)\n\nPark-Smart is an intelligent parking solution that leverages real-time data and machine learning to help Los Angeles residents and visitors find optimal parking spots, reducing time spent searching and improving the overall parking experience.\n\n## 🎯 Features\n\n- Real-time parking meter occupancy data\n- ML-powered parking availability predictions\n- Optimal route calculation to available parking spots\n- Weather-aware parking recommendations\n- Interactive map visualization\n\n## 🚀 Demo\n\nVisit our live application: [Park-Smart Streamlit App](https://parking-smart.streamlit.app/)\n\n## 🛠️ Technology Stack\n\n- **Frontend**: Streamlit\n- **Backend**: Python\n- **Containerization**: Docker\n- **APIs**:\n  - LA City Data API (Parking Meter Data) \u003ca href=\"https://data.lacity.org/Transportation/LADOT-Parking-Meter-Occupancy/e7h6-4a3e/about_data\" target=_blank\u003elink\u003c/a\u003e\n  - Bing Maps API (Navigation) \u003ca href=\"https://www.microsoft.com/en-us/maps/bing-maps/choose-your-bing-maps-api\" target=_blank\u003elink\u003c/a\u003e\n  - OpenWeather API (Weather Data) \u003ca href=\"https://openweathermap.org/api\" target=_blank\u003elink\u003c/a\u003e\n- **Machine Learning**: Custom prediction models\n\n## 📋 Prerequisites\n\nBefore running the project, ensure you have:\n\n- Python 3.8 or higher (for local development)\n- Git\n- Docker and Docker Compose\n- Required API keys (see Setup section)\n\n## 🔧 Setup\n\n### Option 1: Using Docker (Recommended)\n\n1. Clone the Repository\n```bash\ngit clone https://github.com/yourusername/park-smart.git\ncd park-smart\n```\n\n2. Create a `.env` file with your API keys:\n```env\nLACITY_API_KEY=your_key_here\nBING_MAPS_KEY=your_key_here\nOPENWEATHER_API_KEY=your_key_here\n```\n\n3. Build and Run with Docker\n```bash\n# Build the Docker image\ndocker build -t park-smart .\n\n# Run the container\ndocker run -p 8501:8501 --env-file .env park-smart\n```\n\nThe application will be available at `http://localhost:8501`\n\n\n## 🐳 Docker Configuration\n\nThe included Dockerfile sets up the application with all necessary dependencies. Key features:\n\n- Based on Python 3.8 slim image\n- Installs system and Python dependencies\n- Sets up the application environment\n- Exposes port 8501 for Streamlit\n- Configures environment variables\n\nYou can customize the Docker setup by modifying the Dockerfile or using Docker Compose for more complex configurations.\n\n## 🤝 Contributing\n\nWe welcome contributions to Park-Smart! Here's how you can help:\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature/improvement`)\n3. Make your changes\n4. Commit your changes (`git commit -am 'Add new feature'`)\n5. Push to the branch (`git push origin feature/improvement`)\n6. Create a Pull Request\n\n---\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanpi19%2Fpark-smart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuanpi19%2Fpark-smart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanpi19%2Fpark-smart/lists"}