{"id":21474629,"url":"https://github.com/prathamesh-patil-5090/image_recognition","last_synced_at":"2026-05-17T09:41:04.287Z","repository":{"id":259816781,"uuid":"879490850","full_name":"prathamesh-patil-5090/Image_Recognition","owner":"prathamesh-patil-5090","description":"An image recognition project that leverages deep learning techniques to classify and analyze images. The model is built using Python and TensorFlow/Keras, with a focus on recognizing and categorizing objects from various image datasets.","archived":false,"fork":false,"pushed_at":"2024-10-29T02:43:39.000Z","size":3149,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T17:39:02.610Z","etag":null,"topics":["django","ocr","ocr-python","python"],"latest_commit_sha":null,"homepage":"","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/prathamesh-patil-5090.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-10-28T02:21:54.000Z","updated_at":"2024-12-06T09:14:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5c340d4-a483-472b-967a-108d20696fe2","html_url":"https://github.com/prathamesh-patil-5090/Image_Recognition","commit_stats":null,"previous_names":["prathamesh-patil-5090/image_recognition"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prathamesh-patil-5090/Image_Recognition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prathamesh-patil-5090%2FImage_Recognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prathamesh-patil-5090%2FImage_Recognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prathamesh-patil-5090%2FImage_Recognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prathamesh-patil-5090%2FImage_Recognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prathamesh-patil-5090","download_url":"https://codeload.github.com/prathamesh-patil-5090/Image_Recognition/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prathamesh-patil-5090%2FImage_Recognition/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33134302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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":["django","ocr","ocr-python","python"],"created_at":"2024-11-23T10:24:19.986Z","updated_at":"2026-05-17T09:41:04.268Z","avatar_url":"https://github.com/prathamesh-patil-5090.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Recognition\n\n## Description\nThe Image Recognition project is an OCR-based image recognition system using Django and PyTesseract to convert images into readable text. This application provides easy methods to upload images, extract text, and view recognized data.\n\n## Table of Contents\n- [Technologies Used](#technologies-used)\n- [Project Structure](#project-structure)\n- [Setup Instructions](#setup-instructions)\n- [Usage](#usage)\n- [Contribution Guidelines](#contribution-guidelines)\n- [License](#license)\n\n## Technologies Used\n- Python\n- Django (Backend)\n- PyTesseract (OCR Engine)\n- HTML/CSS (Frontend)\n\n## Usage\n1.  Upload Image: Use the upload page to submit images.\n2.  Extract Text: View recognized text on the result page.\n\n## Project Structure\n```plaintext\nImage_Recognition/\n├── ocr/\n│   ├── views.py\n│   ├── templates/\n│   │   ├── upload.html\n│   │   └── result.html\n├── manage.py\n├── db.sqlite3\n└── requirements.txt\n```\n## Setup Instructions\n1. Set Up Virtual Environment\n```bash\n \npython -m venv .venv\nsource .venv/bin/activate  # For Windows: .venv\\Scripts\\activate\n```\n2. Install Dependencies\n```bash\n \npip install -r requirements.txt\n```\n3. Database Migration\n```bash\n \npython manage.py migrate\n```\n4. Run the Server\n```bash\n \npython manage.py runserver\n```\n\n## Contribution Guidelines\n1.  Fork the repository.\n2.  Create a feature branch (git checkout -b feature/AmazingFeature).\n3.  Commit your changes (git commit -m 'Add some AmazingFeature').\n4.  Push to the branch (git push origin feature/AmazingFeature).\n5.  Open a pull request.\n## License\nThis project is licensed under the MIT License.\n\n## Screenshots:\n\n![image](https://github.com/user-attachments/assets/040018dc-23d2-4ed1-a32a-bbf2ee0832f2)\n\n![image](https://github.com/user-attachments/assets/3e9196dc-c9a3-41d7-935c-03b60a6a912f)\n\n![image](https://github.com/user-attachments/assets/ce17da80-e116-44a4-8545-30975da8c268)\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprathamesh-patil-5090%2Fimage_recognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprathamesh-patil-5090%2Fimage_recognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprathamesh-patil-5090%2Fimage_recognition/lists"}