Gender-based violence (GBV) remains a significant challenge in Nigeria, particularly in rural and underserved communities. Many survivors face barriers to reporting incidents due to stigma, fear, or lack of accessible reporting mechanisms. Leveraging artificial intelligence (AI) can help address this gap by providing a safe, anonymous, and efficient way to report and analyze incidents of GBV.
- Node.js: Ensure Node.js is installed. You can download it from Node.js official site.
- Yarn or npm: Choose either Yarn or npm as your package manager.
Clone the repository and install dependencies:
git clone https://github.com/Vicolas11/gender_based_violence.git
cd gender_based_violence
npm install
# Or, if using Yarn
yarn installTo run the app in development mode, execute:
npm start
# Or, if using Yarn
yarn startThe application will open at http://localhost:5173.
- Navigate to
http://localhost:5173.
Run build using:
npm run build
# Or, if using Yarn
yarn run build
