Personal project to compare two documents and highlight the differences between them. The project is written in Python and uses the AI to compare the documents.
- Clone the repository
git clone https://github.com/joseabril25/doc-compare-ai
cd doc-compare-ai
-
Create a virtual environment
-
Install the dependencies
pip install -r requirements.txt
- Run the application
streamlit run app.py
Distributed under the MIT License. See LICENSE
for more information.
All contributions are welcome. Please create a pull request with the changes you would like to make.
Coming Soon