KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
yardsale-ai
โ 13
Open GitHub โ
No description available.
Download README (.md)
Explore Similar Repositories
tabby-backend-py
:
Tabby (self-hosted AI coding assistant) server in 20 lines of python
Perdoname
:
๐ Proyecto para los bros que necesitan el perdรณn
Token-bridge
:
A token bridge utilizing PortalBridge to facilitate the seamless transfer of assets across multiple blockchain networks.
sdcore-helm-charts
:
Helm charts used for SD-Core packaging
survey-scanner
:
This repository publishes the sources of Internet-Wide Scans observed by NICTER darknet monitoring.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
yardsale-ai
?
Download (.md)
# Yardsale AI Create a nice Facebook Marketplace listing for anything you own and want to sell. A simple app that uses GPT-4 Vision and Whisper to generate the listing. https://github.com/abi/yardsale-ai/assets/23818/26b68357-4815-4e33-989d-8dcbcf987b0c ## ๐ Try It Out! [Try it here](https://yardsaleai.com) (while my budget allows, it's free to try). Or see [Getting Started](#-getting-started) below for local install instructions. ## ๐ Getting Started The app has a React/Vite frontend and a FastAPI backend. You will need an OpenAI API key with access to the GPT-4 Vision API. Run the backend (I use Poetry for package management - `pip install poetry` if you don't have it): ```bash cd backend echo "OPENAI_API_KEY=sk-your-key" > .env poetry install poetry shell poetry run uvicorn main:app --reload --port 7002 ``` Run the frontend: ```bash cd frontend yarn yarn dev ``` Open http://localhost:5173 to use the app. If you prefer to run the backend on a different port, update VITE_WS_BACKEND_URL and VITE_HTTP_BACKEND_URL in `frontend/.env.local` ## ๐โโ๏ธ FAQs - **How can I provide feedback?** For feedback, feature requests and bug reports, open an issue or ping me on [Twitter](https://twitter.com/_abi_). ## ๐ Examples ...