An open API service indexing awesome lists of open source software.

https://github.com/vck9521/ai-qe-assistant

Powered by OpenAI using gpt-4o, I created an AI Assistant named 'Kiwi'. Kiwi the QE is an intelligent assistant designed to streamline the software testing process by automating the creation of test cases and providing expert feedback on existing ones. This tool ensures that your test cases are thorough, accurate, and aligned with best practices.
https://github.com/vck9521/ai-qe-assistant

ai openai openai-api openai-api-chatbot python qe quality-assurance quality-engineering streamlit streamlit-webapp

Last synced: 3 months ago
JSON representation

Powered by OpenAI using gpt-4o, I created an AI Assistant named 'Kiwi'. Kiwi the QE is an intelligent assistant designed to streamline the software testing process by automating the creation of test cases and providing expert feedback on existing ones. This tool ensures that your test cases are thorough, accurate, and aligned with best practices.

Awesome Lists containing this project

README

          

# Kiwi The QE Assistant

## Description
Kiwi the QE is an intelligent assistant designed to streamline the software testing process by automating the creation of test cases and providing expert feedback on existing ones.
This tool ensures that your test cases are thorough, accurate, and aligned with best practices. Powered by OpenAI, gpt-4o.

## Setup
```
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
streamlit run kiwi.py

```

## Kiwi Snippet
![Kiwi_Preview](https://github.com/user-attachments/assets/04338a7a-e19b-4005-85b6-504e46302cea)