Git Product home page Git Product logo

vmassit's Introduction

Virtual Legal Assistant Production

This project aims to provide a Virtual Legal Assistant, consisting of a backend server and a frontend interface.

Backend Setup

  1. Clone the repository:

    git clone https://github.com/4th-IR/virtual-legal-assistant-production.git
  2. Install Poetry (dependency management tool):

    pip install poetry
  3. Change into the backend project directory:

    cd virtual-legal-assistant-production/backend
  4. Setup the Poetry environment and install backend dependencies:

    poetry install
  5. Activate the Poetry shell:

    poetry shell
  6. Run the backend application:

    poetry run python main.py

    Note: Ensure that you are in the project's root directory (virtual-legal-assistant-production) when running the backend application.

Frontend Setup

  1. Open a new terminal or command prompt window.

  2. Navigate to the project's root directory (virtual-legal-assistant-production).

  3. Change into the frontend project directory:

    cd frontend
  4. Install frontend dependencies using Poetry:

    poetry install
  5. Run the frontend application using Poetry and Streamlit:

    poetry run streamlit run app.py

Accessing the Virtual Legal Assistant

Once the backend and frontend applications are running:

  1. The Streamlit application will launch and display a local URL.

  2. Open a web browser and enter the provided local URL to access the Virtual Legal Assistant.

Additional Information

  • Make sure you have all the necessary dependencies and libraries installed before running the project.
  • Refer to the project's documentation or any specific instructions provided by the repository owner for any additional steps or configuration required.
  • If you encounter any issues, check the project's issue tracker or seek support from the repository owner or community.

VMAssit

vmassit's People

Contributors

isaacsnipe avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.