Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bruceunx/ai-clip
AI-Clip is a minimalist extension to help with quick translating and summarizing from affordable token price
https://github.com/bruceunx/ai-clip
Last synced: 6 days ago
JSON representation
AI-Clip is a minimalist extension to help with quick translating and summarizing from affordable token price
- Host: GitHub
- URL: https://github.com/bruceunx/ai-clip
- Owner: bruceunx
- License: mit
- Created: 2024-05-07T06:06:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T08:48:41.000Z (6 months ago)
- Last Synced: 2024-05-17T20:11:09.277Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 22.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Clip
## INSTALL
[AI-Clip](https://chromewebstore.google.com/detail/aoccgcldllpapbjlflmlabgafijcpoak)
[![Chrome Web Store](https://badgen.net/chrome-web-store/users/aoccgcldllpapbjlflmlabgafijcpoak?icon=chrome&color=0f9d58)](https://chromewebstore.google.com/detail/aoccgcldllpapbjlflmlabgafijcpoak)
## Description
AI Clip is a browser extension that allows you to translate text from one language to another and summarize text in another language. It uses llms model like (gpt-3.5 from OpenAI, llama3-8b from groq, etc) to translate and summarize text.
### TODO
- [x] Add Target Language
- [ ] Add Deepl support for precise translation
- ~~[ ] Add Dictionary Support?~~## Making production build
Run the following:
```bash
pnpm build
# or
npm run build
```