{"id":20095095,"url":"https://github.com/patilyashh/ocr-transact","last_synced_at":"2026-03-19T13:38:55.691Z","repository":{"id":248566198,"uuid":"827678239","full_name":"PATILYASHH/OCR-Transact","owner":"PATILYASHH","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-17T15:43:24.000Z","size":440,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T16:19:26.343Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"replit.com/@yash0305/website","language":"HTML","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/PATILYASHH.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}},"created_at":"2024-07-12T06:40:24.000Z","updated_at":"2024-11-13T09:58:09.000Z","dependencies_parsed_at":"2024-11-13T16:59:14.741Z","dependency_job_id":"b8d6db2e-c65b-44b4-8fe5-e4bae4e0d557","html_url":"https://github.com/PATILYASHH/OCR-Transact","commit_stats":null,"previous_names":["patilyashh/ocr-transact"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PATILYASHH/OCR-Transact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2FOCR-Transact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2FOCR-Transact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2FOCR-Transact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2FOCR-Transact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PATILYASHH","download_url":"https://codeload.github.com/PATILYASHH/OCR-Transact/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PATILYASHH%2FOCR-Transact/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30299082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T13:46:43.843Z","status":"ssl_error","status_checked_at":"2026-03-09T13:46:42.821Z","response_time":61,"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":[],"created_at":"2024-11-13T16:54:04.235Z","updated_at":"2026-03-09T14:32:52.529Z","avatar_url":"https://github.com/PATILYASHH.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OCR-Transact\n\nOCR-Transact is a web application designed to transform screenshots into transactions. The application leverages OCR (Optical Character Recognition) technology via the Gemini API to extract transaction data from images and present it in a user-friendly table and chart format.\n\n![Website Plan](image.png)\n\n## Features\n\n- **Screenshot Upload**: Easily upload screenshots of transactions.\n- **OCR Processing**: Extract text and transaction details from uploaded images using the Gemini API.\n- **Transaction Management**: View and manage transactions in a table format.\n- **Chart Visualization**: Visualize transaction data in charts.\n- **Responsive Design**: Optimized for both desktop and mobile devices.\n\n## Technologies Used\n\n- **Frontend**:\n  - HTML5\n  - CSS3\n  - JavaScript\n  - Bootstrap 5\n\n- **Backend**:\n  - Node.js\n  - Gemini API\n\n- **Other Tools**:\n  - AWS (for hosting and storage)\n  - Vercel (for frontend deployment)\n\n## Setup Instructions\n\n1. **Clone the repository**:\n    ```sh\n    git clone https://github.com/PATILYASHH/OCR-Transact.git\n    cd OCR-Transact\n    ```\n\n2. **Install Dependencies**:\n    ```sh\n    npm install\n    ```\n\n3. **Run the Application**:\n    ```sh\n    npm start\n    ```\n\n4. **Access the Frontend**:\n    Visit [OCR-Transact](https://ocrtransact.vercel.app/) to see the application in action.\n\n5. **Set API Key**:\n    Enter your Gemini API key on the website to enable OCR processing.\n\n## Example Transaction Table\n\n| Transaction ID | Name         | Amount | Debited/Credited | Date       | Time    |\n|----------------|--------------|--------|------------------|------------|---------|\n| 1              | John Doe     | $100   | Credited         | 2024-07-15 | 12:34PM |\n| 2              | Jane Smith   | $50    | Debited          | 2024-07-14 | 03:45PM |\n| 3              | Bob Johnson  | $200   | Credited         | 2024-07-13 | 09:20AM |\n\n## Remaining Work\n\n- **Backend Development**: Complete the integration with the Gemini API and handle image processing, transaction data extraction, and storage.\n- **Frontend Design Improvement**: Enhance the user interface for a better user experience.\n- **Responsiveness**: Ensure the application is fully responsive across all devices and screen sizes.\n\n## Contributing\n\nWe welcome contributions from the community! If you're interested in contributing to the backend of this project, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/YourFeature`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/YourFeature`).\n5. Open a pull request.\n\nPlease ensure your code adheres to our coding standards and includes tests where applicable.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/PATILYASHH/LICENES) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Focr-transact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatilyashh%2Focr-transact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatilyashh%2Focr-transact/lists"}