A demonstration website that uses the deduplication algorithm employed by the live frontend HDAS codebase to identify duplicate saved documents. It provides a mechanism to upload a ris file and then to provide deduplicated results back to the user.
- C#
- dotnetcore 3.1
Ensure you have dotnetcore 3.1 SDK installed !
- Clone
- Open solution in VS2019 (run as admin)
- Ensure Dotnet Core 3.1 is installed https://dotnet.microsoft.com/download/dotnet-core/3.1
- Press start in VS