https://github.com/pwntus/replicate-finder
Proof of concept using language models to label models used for keyword search.
https://github.com/pwntus/replicate-finder
Last synced: 3 months ago
JSON representation
Proof of concept using language models to label models used for keyword search.
- Host: GitHub
- URL: https://github.com/pwntus/replicate-finder
- Owner: Pwntus
- Created: 2024-02-14T23:06:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T22:32:33.000Z (over 1 year ago)
- Last Synced: 2025-03-29T04:47:10.265Z (3 months ago)
- Language: HTML
- Homepage: https://pwntus.github.io/replicate-finder/
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Replicate finder
> Proof of concept using language models to label models used for keyword search.
A pre-labelled list of models is included in this repo at [model-keywords.json](./model-keywords.json)
## Quickstart
```
npm install
```Get your Replicate API token, insert it into `.env.example` and rename the file to `.env`.
Start generating keywords for all public models:
```
node generate_keywords.js
```## Run a server locally
```
npm run dev
```This will start a local web server at [http://localhost:8080](http://localhost:8080) where you can search through the generated JSON list of keywords.