GitHub - pgc-devops/formai: Its help to verify two forms data using AI Agent · GitHub
Skip to content

pgc-devops/formai

Folders and files

Repository files navigation

AI Agentic Form Validator

Overview

AI-powered form validation tool that compares fields from two different forms (JSON, XML, or Text) and provides structured validation results.

Key Features

  • 📄 Upload two forms
  • 🤖 AI compares fields
  • ✅ Final validated data is saved

Installation & Setup

Ubuntu Server Setup

  1. Clone the repository and navigate to the project directory.
  2. Install required dependencies:
    pip install -r requirements.txt
  3. Run the Streamlit UI:
    chmod +x run_streamlit.sh
    ./run_streamlit.sh
    or
    streamlit run ui.py
  4. Run in the background (optional):
    nohup ./run_streamlit.sh &

Access the UI

Visit the application in your browser:

http://192.168.4.74:8501/

Stopping the Server

Find the running process and kill it:

ps ax | grep streamlit
kill PID

Reference

Project Documentation

About

Its help to verify two forms data using AI Agent

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages