This project is Assignment 1 for Legal AI: Design and Development (LAWS90286) at Melbourne Law School. The main functionality allows users to interact with a legal AI by uploading a document and asking questions about the content.
-
Upload a Document
Upload a legal document or any file you wish to inquire about. The system will analyze the document's content to help answer any questions related to it. -
Ask Questions
You can ask a question about the uploaded document. The AI will generate responses based on the document's content. -
Continuous Interaction
You can ask follow-up questions to maintain an ongoing conversation. -
Download Q&A
After interacting with the system, you can download the complete set of questions and answers for further reference.
To try the demo, please visit: Demo Link.
Please note that this demo is currently private. If you would like to access it, please contact me.
-
Upload
Upload the filetest_sample/ADJR_5.txt
, which contains the first five sections of the ADMINISTRATIVE DECISIONS (JUDICIAL REVIEW) ACT 1977. This file focuses on the first five sections for testing to save computational resources. -
Initial Question
Ask the following question:
I think the government has taken an irrelevant consideration into account in the exercise of a power. What should I do?
-
Follow-up Question
After receiving a response, ask the follow-up question:
Do I have standing to sue?
-
The system should respond to the questions based on the content of the uploaded file.
Example of the system answering the first question:
Example of the system answering the follow-up question:
Special thanks to Jack Stoneman for his guidance and support in the development of this project.