https://github.com/osama-yusuf/gpt-ocr-scan
By choosing the question's screenshot stored on your computer, you can use GPT-OCR-Scan to generate the answer within seconds.
https://github.com/osama-yusuf/gpt-ocr-scan
Last synced: 3 months ago
JSON representation
By choosing the question's screenshot stored on your computer, you can use GPT-OCR-Scan to generate the answer within seconds.
- Host: GitHub
- URL: https://github.com/osama-yusuf/gpt-ocr-scan
- Owner: Osama-Yusuf
- License: mit
- Created: 2023-04-17T17:05:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T23:20:04.000Z (about 2 years ago)
- Last Synced: 2024-12-29T01:57:27.190Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GPT OCR Scan
### By choosing the question's screenshot stored on your computer, you can use GPT-OCR-Scan to generate the answer within seconds.## Requirements
### To use this application, you will need the following:#### a- An API key for the OCR API from [OCR.space](https://ocr.space/ocrapi).
#### b- An API key for the OpenAI GPT-3.5 API. [OpenAI](https://platform.openai.com/account/api-keys).## Getting Started
### To use this application, follow these steps:#### 1- Clone the repository to your local machine and go to the repo dir.
#### 2- Replace the YOUR_API_KEY placeholder in the script.js file with your API key for the OCR API.
#### 3- Replace the YOUR_OPENAI_API_KEY placeholder in the script.js file with your API key for the OpenAI GPT-3 API.
#### 4- Install the dependencies using `npm install`.
#### 5- Bundle the code using webpack using `npx webpack`.
#### 6- Open the index.html file in your browser.## API Documentation
#### OCR API documentation: [OCR.space](https://ocr.space/ocrapi)
#### OpenAI GPT-3 API documentation: [OpenAI](https://beta.openai.com/docs/api-reference/introduction)## License
#### This project is licensed under the MIT License. See the LICENSE file for details.