ποΈ Get shopping recommendations on Amazon, Newegg or Ebay, powered by OpenAI π€.
recommen.do is an open source application built using Next.js 13 and Plasmo. It aims to help you select a product from the search results on platforms like Amazon, Newegg and eBay using OpenAI's Large Language Models.
- Install dependencies using pnpm:
pnpm install
- Copy
.env.example
to.env.local
and update the variables.
cp .env.example .env.local
- Start the development server:
pnpm dev
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.