backend for capstone using Flask and rabbitmq
To start the backend -
Run the following files
Producer > app.py
Summarization > summarization.py
precedent_search > precedentsrch.py
Statute_verification > statute_verification.py
Contract_verification > contract_verify.py
Note - The API_Token in summarization.py needs to be updated since the endpoint has been disabled and the Token invalidated.
Codebase for the backend is also publicly available at - https://github.com/anonymous0905/Capstone-Backend