A flask API that generate solution advice for specific problems based NLP
A project developed for KPMG managed by BeCode.
This app is design to generate suggestions and ideas that can be used in the Ideation phase of Design Thinking workshops. The app receives a user input in the for of text and/or additional parameters, sends it to GPT-3 via API and retrieves the answer from the model. GPT-3 response is shared via API to the user's favorite support (custom interface, other software like Miro).
This project depends on the following packages:
- openai-api
- python-dotenv
- Flask
- Flask-Cors