Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 836 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 836 Bytes

Document Compare AI

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.

Tech Stack

Installation

  1. Clone the repository
git clone https://github.com/joseabril25/doc-compare-ai
cd doc-compare-ai
  1. Create a virtual environment

  2. Install the dependencies

pip install -r requirements.txt
  1. Run the application
streamlit run app.py

License

Distributed under the MIT License. See LICENSE for more information.

Contributions

All contributions are welcome. Please create a pull request with the changes you would like to make.

Roadmap

Coming Soon