Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berchj/aisurveys
This plugin uses Google artificial intelligence (GEMINI) to take a survey and gives you recomendations based on question and configuration in admin view
https://github.com/berchj/aisurveys
ai artificial-intelligence composer gemini gemini-api google google-api php surveys test unit-testing wordpress wordpress-plugin
Last synced: about 1 month ago
JSON representation
This plugin uses Google artificial intelligence (GEMINI) to take a survey and gives you recomendations based on question and configuration in admin view
- Host: GitHub
- URL: https://github.com/berchj/aisurveys
- Owner: berchj
- License: gpl-2.0
- Created: 2024-07-14T06:50:42.000Z (7 months ago)
- Default Branch: release
- Last Pushed: 2024-07-15T02:23:59.000Z (7 months ago)
- Last Synced: 2024-11-02T11:21:47.267Z (3 months ago)
- Topics: ai, artificial-intelligence, composer, gemini, gemini-api, google, google-api, php, surveys, test, unit-testing, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https:glidestay.com
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# AISurveys Plugin
This plugin uses Google artificial intelligence (GEMINI) to take a survey and gives you recomendations based on question and configuration in admin view
## Requirements
You need to have a GEMINI API KEY to use this plugin.
You can get one for free here : https://ai.google.dev/gemini-api/docs/api-key
## Run this project locally
### pre-installs
You need to have installed first (we recomend run thi project in a linux debian based distribution):
* nodejs
* npm
* DockerClone the project
```bash
git clone https://github.com/berchj/AISurveys.git
```Go to the project directory
```bash
cd AISurveys
```Install dependencies
```bash
npm i
```### environment commands
Start local environment
```bash
make test
```Clean environments
```bash
make clear
```Debug environment
```bash
make debug
```Destroy environment
```bash
make destroy
```Make .zip to upload to wordpress
```bash
make zip
```### About wordpress/env :
https://developer.wordpress.org/block-editor/reference-guides/packages/packages-env/
### npm package (installed as dependency in this project):
https://www.npmjs.com/package/@wordpress/env
## Support
For support, email [email protected] .