ai-based app' that uses ai image classification to find image obejcts, then uses ai text generation to generate text from one of those objects.
This project uses node and npm. If you've not done so, please install those first (you should have the Active LTS version of node installed). Then clone this repository, switch to its root directory, and type npm install.
You will need to create a .env file in the root directory, with the following four variables:
- REACT_APP_NYT
- REACT_APP_FLICKR
- REACT_APP_FLICKRSECRET
- REACT_APP_OPENROUTER
Where REACT_APP_NYT is the API key for the New York Times, REACT_APP_FLICKR and REACT_APP_FLICKRSECRET are the Flickr API key and secret, and REACT_APP_OPENROUTER is the OpenRouter API key.
From the repo's root directory, type npm run start.
Contributions welcome - please email the maintainer.
Creative Commons Attribution 4.0 International Deed (CC BY 4.0)
