-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenAPI Support | Integrate ML for Realistic Data Generation #85
Comments
can I use const { faker } = require('@faker-js/faker'); to generate fake data? |
it is not practical creating our own AI model and train it, therefore, I suggest couple of solutions: first ,use faker to generate realistic data every time OpenAPI parsed and generate .flex files, second, implement a API that utilize GPT to generate every time(I am not sure if that is going to charge for money), third solution is that I created huge data file that contains huge fake realistic data for each major field(name, email, address, password, zip etc. ) that generated from GPT at once. Then grap data randomly from this data file everything generating .flex file. |
here is the mapping for fields that npm faker can cover const fieldFakerMapping = { |
Parent issue: #72
Integrate a machine learning model to generate realistic input data for the cURL commands.
Tasks:
The text was updated successfully, but these errors were encountered: