{"id":30733671,"url":"https://github.com/poetryofcode/point","last_synced_at":"2026-04-11T07:37:45.811Z","repository":{"id":280198592,"uuid":"941262772","full_name":"poetryofcode/POINT","owner":"poetryofcode","description":"Hackathon Winner App, built with Next.js and TypeScript for a frontend, styled with Tailwind CSS. The Flask backend integrates Claude AI for generating location descriptions and ElevenLabs for text-to-speech conversion. Google Maps API enhances interactivity by displaying routes and POIs, while React hooks manage state ","archived":false,"fork":false,"pushed_at":"2025-03-26T12:44:19.000Z","size":705,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-11T07:37:28.039Z","etag":null,"topics":["claude-ai","elevenlabs","google-maps-api","nextjs","python","tailwindcss","text-to-speech","typescript"],"latest_commit_sha":null,"homepage":"https://pointg.vercel.app/","language":"TypeScript","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/poetryofcode.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-03-01T21:44:07.000Z","updated_at":"2025-05-29T02:51:45.000Z","dependencies_parsed_at":"2025-03-26T13:33:54.199Z","dependency_job_id":"a56e96bf-8965-4ad9-9621-8a98d037edce","html_url":"https://github.com/poetryofcode/POINT","commit_stats":null,"previous_names":["craftingweb/buildathon","craftingweb/point","poetryofcode/point"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/poetryofcode/POINT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poetryofcode%2FPOINT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poetryofcode%2FPOINT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poetryofcode%2FPOINT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poetryofcode%2FPOINT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poetryofcode","download_url":"https://codeload.github.com/poetryofcode/POINT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poetryofcode%2FPOINT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31673067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["claude-ai","elevenlabs","google-maps-api","nextjs","python","tailwindcss","text-to-speech","typescript"],"created_at":"2025-09-03T18:50:30.631Z","updated_at":"2026-04-11T07:37:45.793Z","avatar_url":"https://github.com/poetryofcode.png","language":"TypeScript","readme":"\n![CB32CD93-F420-40D4-9978-47EDD26C8176_1_105_c](https://github.com/user-attachments/assets/9862d9e9-dd87-4a28-97c8-ab60d8ff478a)\n\n# POINT (Point Of INterest Tourguide)\nHackathon Winner | Most Creative Track | TechNYU\n\n## Overview\n\n[POINT](https://devpost.com/software/wandervoice) is a web application that enables users to calculate routes between a starting point and a destination, displaying points of interest (POIs) along the way. Users can also listen to audio descriptions of select locations.\n\n## Features\n\n- **Route Calculation:** Input a starting location and destination to compute the optimal route.\n- **Points of Interest Display:** View notable locations along the route with relevant details.\n- **Audio Playback:** Listen to descriptions of select POIs.\n- **Interactive Map:** Visual representation of routes and POIs using a mapping service.\n- **Responsive Design:** Optimized for various devices and screen sizes.\n\n## Technologies Used\n\n- **Frontend Framework:** Next.js (React-based framework)\n- **TypeScript:** For type-safe JavaScript development\n- **Styling:** Tailwind CSS\n- **Mapping Library:** (Google Maps API)\n- **Text-to-speech:** (Eleven Labs)\n- **API Integration:** Communication with the backend Flask API\n\n## Demo\n\n1. Add the start and end destination:\n\n![2025-03-0122-32-34-ezgif com-video-to-gif-converter](https://github.com/user-attachments/assets/9a5b24cf-6ac5-4a90-9aec-33201e65470a)\n\n2. Choose which landmarks/point of interests you want to learn more about\n\n![2025-03-0122-32-34-ezgif com-video-to-gif-converter (1)](https://github.com/user-attachments/assets/2cb695d5-f352-40cb-a025-ebf6dbb3c42d)\n\n3. Listen about the historical impact and description of the landmark/point of interests\n\n![2025-03-0122-32-34-ezgif com-video-to-gif-converter (2)](https://github.com/user-attachments/assets/430db20f-4e26-49bf-9757-fc549f9ee701)\n\n## Installation \u0026 Setup\n\n### Prerequisites\n\n- Node.js (v14 or later)\n- npm\n- API keys for mapping services (if applicable)\n\n### Steps\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/craftingweb/Buildathon.git\n   cd Buildathon\n   ```\n\n2. **Install dependencies:**\n\n   ```bash\n   npm install\n   ```\n\n3. **Set up environment variables:**\n\n   Create a `.env.local` file in the project root with the following variables:\n\n   ```env\n   NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=xxxxx\n   ```\n\n4. **Run the development server:**\n\n   ```bash\n   npm run dev\n   ```\n\n   The application will be available at `http://localhost:3000/`.\n\n5. **Run the backend server:**\n\nThe repo is available at: [BuildathonBackend](https://github.com/chitangchin/BuildathonBackend)\n\n## Project Structure\n\n```\nBuildathon/\n├── app/                     # Application-specific configurations\n├── components/              # Reusable UI components\n├── hooks/                   # Custom React hooks\n├── lib/                     # Library utilities\n├── public/                  # Static assets\n├── styles/                  # Styling files (CSS, Tailwind configurations)\n├── types/                   # TypeScript type definitions\n├── .gitignore               # Git ignore file\n├── components.json          # (Specify the purpose of this file)\n├── flatiron_building_.mp3   # Sample audio file\n├── next.config.mjs          # Next.js configuration\n├── package-lock.json        # Lockfile for npm\n├── package.json             # Project dependencies and scripts\n├── postcss.config.mjs       # PostCSS configuration\n├── tailwind.config.js       # Tailwind CSS configuration\n└── tsconfig.json            # TypeScript configuration\n```\n\n## API Integration\n\nThe frontend interacts with the backend Flask API to fetch route details and audio descriptions.\n\n### Checking the health of the backend server\n\n- **Endpoint:** `/health`\n- **Method:** `GET`\n- **Response:**\n\n  ```json\n  {\n    \"status\": \"healthy\"\n  }\n  ```\n\n### Fetching Location Information (Text Only)\n\n- **Endpoint:** `/get-location-info`\n- **Method:** `GET`\n- **Query Parameters:**\n  - `place`: Name of the location (e.g., `?place=Flatiron`)\n- **Response:**\n\n  ```json\n  {\n    \"place\": \"Flatiron\",\n    \"description\": \"Now approaching the Flatiron Building, an iconic triangular skyscraper...\"\n  }\n  ```\n\n### Fetching Points of Interest \u0026 Audio\n\n- **Endpoint:** `/get-location-audio`\n- **Method:** `GET`\n- **Query Parameters:**\n  - `place`: Name of the location (e.g., `?place=Flatiron`)\n- **Response:** Returns an MP3 file for audio playback.\n\n## Deployment\n\n### Running in Production\n\n1. **Build the project:**\n\n   ```bash\n   npm run build\n   ```\n\n2. **Start the production server:**\n\n   ```bash\n   npm start\n   ```\n\n   Ensure that the environment variables are set appropriately for production.\n\n### Docker Deployment\n\n1. **Create a `Dockerfile`:**\n\n   (Provide the Dockerfile content if available)\n\n2. **Build and run the Docker container:**\n\n   ```bash\n   docker build -t route-planner-frontend .\n   docker run -p 3000:3000 route-planner-frontend\n   ```\n\n## Contributing\n\n1. Fork the repository\n2. Create a new feature branch (`git checkout -b feature/your-feature`)\n3. Commit your changes (`git commit -m 'Add your feature'`)\n4. Push to the branch (`git push origin feature/your-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License.\n\n---\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoetryofcode%2Fpoint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoetryofcode%2Fpoint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoetryofcode%2Fpoint/lists"}