Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ai-ng/2txt
Image to text, fast.
https://github.com/ai-ng/2txt
anthropic artificial-intelligence nextjs vercel
Last synced: 2 days ago
JSON representation
Image to text, fast.
- Host: GitHub
- URL: https://github.com/ai-ng/2txt
- Owner: ai-ng
- Created: 2024-04-02T06:02:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T04:25:52.000Z (6 months ago)
- Last Synced: 2024-12-14T10:03:07.481Z (9 days ago)
- Topics: anthropic, artificial-intelligence, nextjs, vercel
- Language: TypeScript
- Homepage: https://2txt.vercel.app
- Size: 231 KB
- Stars: 513
- Watchers: 2
- Forks: 70
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2txt
Image to text, fast. Built with the [Vercel AI SDK](https://sdk.vercel.ai), [Claude](https://claude.ai/), and [Next.js](https://nextjs.org).
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fai-ng%2F2txt&env=ANTHROPIC_API_KEY&envDescription=Your%20Anthropic%20API%20key%20from%20https%3A%2F%2Fconsole.anthropic.com&envLink=https%3A%2F%2Fconsole.anthropic.com%2F&project-name=2txt&repository-name=2txt&demo-title=2txt&demo-description=Image%20to%20text%2C%20fast.&demo-url=https%3A%2F%2F2txt.vercel.app&demo-image=https%3A%2F%2F2txt.vercel.app%2Fopengraph-image.png)
## Developing
- Clone the repository
- Create a `.env.local` file with `ANTHROPIC_API_KEY=your-api-key` where `your-api-key` is your Anthropic API key from [console.anthropic.com](https://console.anthropic.com/).
- Run `pnpm install` to install dependencies.
- Run `pnpm dev` to start the development server.