zhiyu1998 / gpt2txt

image to text using gpt, fast.

Home Page:https://gpt2txt.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gpt2txt

English | 中文

Image to text using gpt, fast. Built with the Vercel AI SDK, Claude, and Next.js.

Deploy with Vercel

home

Developing

  • Clone the repository
  • Create a .env.local file with OPENAI_API_KEY=your-api-keyOPENAI_BASE_URL=your-base-url and OPENAI_MODEL=your-like-model where your-api-key is your OpenAI API key from OpenAI Platform.
  • Run yarn to install dependencies.
  • Run yarn dev to start the development server.

Acknowledgments

Thanks to the 2txt framework created by ai-ng, I created gpt2txt because it was not convenient for me to purchase Claude's API:

About

image to text using gpt, fast.

https://gpt2txt.vercel.app


Languages

Language:TypeScript 97.0%Language:JavaScript 2.6%Language:CSS 0.4%