GROUNDTRUTH is a DevTool that suggests automatic documentation changes as you develop your code. Using webhooks, GROUNDTRUTH can receive your code changes and suggest real-time documentation changes.
Step-by-step guide to install and run the project.
- Clone the repository:
git clone https://github.com/Hassanmushtaq524/groundtruth.git
- Navigate to your project
cd groundtruth - Navigate to your project
cd groundtruth - Install required dependencies
pip install -r requirements.txt
- Setup backend/.env
# Database configuration GROQ_API_KEY=<your_groq_key> OPENAI_API_KEY=<your_openai_key> - Setup ngrok:
Login to ngrok and follow instructions
ngrok HTTP <BACKEND_PORT>
List of dependencies:
- reflex
- chromadb
- openai
- groq
- reflex>=0.6.0a
- reflex-chakra
- requests
- json
- fastapi
- os
- re
- base64
- dotenv
- typing
- httpx
Step-by-step guide to use and run the project.
- Run reflex
reflex run
Make sure reflex is set up to run. This will launch both your backend and your frontend.
Hassan Mushtaq: Hassanmushtaq524 Joe Malatesta: Joe Malatesta Yashwanth Alluri: Yashwanth Alluri