Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cy6erskunk/smaps

small web apps co-created with LLMs
https://github.com/cy6erskunk/smaps

Last synced: 21 days ago
JSON representation

small web apps co-created with LLMs

Awesome Lists containing this project

README

        

# Smaps

small web apps co-created with LLMs

## github pages deployments

Simple client-side applications are deployed from the `html/` folder as gihub pages

## gemini-api-tool

A tool a submit request to Gemini 1.5 API together with an image that is provided as an URL.

### Local development

Serve the folder with a web server, e.g., `npx serve`, `python -m http.server 3000`.

## cors-proxy

A basic CORS proxy that pipes response from an url provided as get parameter `url`,
adding `'Access-Control-Allow-Origin': '*'` header.