This application is for the PDS data optimization project of the City of Vancouver. Currently, it has fulfilled three objectives:
- Identify Documents Referencing Specific Terms.
- Utilize AI for Consequential Amendments.
- Support Digitization of Policies/Regulations.
After cloning the repository, open a terminal and navigate to the Backend directory:
After cloning the repository. open one terminal, navigate to the Backend Directory: cd backend
python -m venv myenv
- On Windows: myenv\Scripts\activate
- On macOS/Linux: source myenv/bin/activate
pip install -r requirements.txt
Copy credential.ini to the backend folder.
python server.py
Open http://localhost:8000/ in the browser. It should display the main page of app.