AI-powered form validation tool that compares fields from two different forms (JSON, XML, or Text) and provides structured validation results.
- 📄 Upload two forms
- 🤖 AI compares fields
- ✅ Final validated data is saved
- Clone the repository and navigate to the project directory.
- Install required dependencies:
pip install -r requirements.txt
- Run the Streamlit UI:
or
chmod +x run_streamlit.sh ./run_streamlit.sh
streamlit run ui.py
- Run in the background (optional):
nohup ./run_streamlit.sh &
Visit the application in your browser:
http://192.168.4.74:8501/Find the running process and kill it:
ps ax | grep streamlit
kill PID