https://github.com/michellen/pickforme
https://github.com/michellen/pickforme
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michellen/pickforme
- Owner: michelleN
- License: apache-2.0
- Created: 2024-02-12T19:27:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T03:25:19.000Z (11 months ago)
- Last Synced: 2025-02-01T14:14:13.054Z (4 months ago)
- Language: Vue
- Size: 220 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pick For Me
In a world where we have too many decisions to make, this app aims to help eliminate some of that stress.
## What's In This Repo
This repo contains a Spin application with two components: a frontend built with vue.js and a Rust component that does some AI inferencing. The frontend collections options and picks one at random while the rust component gives you a random fact about the chosen option.
## Build and Run Locally
1. Set up cloud-gpu plugin and instance: https://github.com/fermyon/spin-cloud-gpu (Helps make the AI inferencing faster during local dev)
2. `$ spin build --up --runtime-config-file `## Deploy to Fermyon Cloud
`$ spin deploy`