Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```