Skip to content

Commit

Permalink
replace google vision api with openAI's
Browse files Browse the repository at this point in the history
  • Loading branch information
Dereje1 committed Jun 14, 2024
1 parent 5460ea2 commit caed246
Show file tree
Hide file tree
Showing 5 changed files with 174 additions and 1,831 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ Optional tools:
NODE_ENV=<development|production>
DEBUG=Pinterest-Clone:server
DEBUG_COLORS=1
GOOGLE_APPLICATION_CREDENTIALS=< service account key path for cloud vision api >
OPENAI_API_KEY=<Get from OpenAI>
```

Expand Down Expand Up @@ -150,7 +149,6 @@ npm start
* [MongoDB](https://www.mongodb.com/) - Database
* [Express](https://expressjs.com/) - Node.js web application framework
* [Material UI](https://mui.com/) - A library of React UI components that implements Google's Material Design
* [Google Cloud Vision API](https://cloud.google.com/vision/docs) - Image labeling, face, and landmark detection
* [OpenAI](https://www.openai.com/) - AI-based image generation
* [...and more](https://github.com/Dereje1/Pinterest-Clone/blob/master/package.json)
Expand Down
Loading

0 comments on commit caed246

Please sign in to comment.