Try Restcomm Cloud NOW for FREE! Zero download and install required.
All Restcomm docs and downloads are now available at Restcomm.com.
Android Mobile SDK to easily integrate communication features (WebRTC, messaging, presence, voice, video, screensharing) based on RestComm into native Mobile Applications.
- Introduction
- Project Overview
- Origin
- How to contribute
- Files Description
- Good to have
- License
- Contact Us
Welcome to the REB Approval Accelerator project! This initiative is aimed at benefiting the esteemed research community of Dalhousie University by streamlining the Research Ethics Board (REB) approval process. By optimizing the approval process, we aim to significantly reduce the turnaround time for researchers through faster ethics approval, thereby fostering a more efficient research environment.
The primary objective of this project is to leverage artificial intelligence (AI) to expedite the review of research ethics approval, through an AI-powered review of the consent form content (which forms a major bottleneck in the process). The APP is a web app with Python API built with the Flask framework as a backend and makes an external call to OpenAI API. The front end is built with HTML and CSS.
The groundwork for this project was laid by an intern within our faculty, who has since transitioned to a role at IBM. Building upon the initial efforts, our team is dedicated to further developing and refining the REB Approval Accelerator.
We welcome contributions from freelancers who are passionate about advancing research ethics and accelerating the approval process. Whether you're proficient in coding, AI, or have valuable insights to share, your contributions are highly appreciated.
Contained in this repository are:
- main.CSS: this file can be found in the "static" folder and controls the design of the front end. The two logos can be found in this "static" folder as well.
- index.html: this file is the only frontend page and can be found in the "template" folder.
- requirements.txt: this file contains all the backend dependencies to run the Python app.
- app.py: this is the file that houses the API, and all the backend logic.
- schema.sql: This file contains the table creation and dropping SQL scripts.
- database.db: This is the in-app database.