Skip to content

TwoPointerr/Project-Clean-Web-Application

Repository files navigation

Grievance Registration Web Application

License

Project-Clean-Android-Application image

Download Android Application here: Releases

Overview

In today's interconnected world, our Grievance Registration Android Application leverages technology to address modern issues related to grievance registration. The project modules are designed to streamline and simplify the overall grievance registration process, saving users valuable time.

Research Paper: https://www.irjet.net/archives/V9/i4/IRJET-V9I4373.pdf

Features

  • Image Severity Analysis: Users can capture images through the application, and a machine learning model assesses the severity of the issue, categorizing it as high, medium, or low.

  • Geospatial Location Registration: The application records the spatial location of the user during the image-capturing process. This information is crucial for identifying the overall location of the reported issue.

  • Effortless Grievance Submission: Users can submit captured images along with relevant descriptions. The submissions are then sent to a government body responsible for addressing grievances.

  • Public Grievance Posts: A grievance post is generated for each submission, visible to fellow citizens. Users can view and upvote these posts, creating a transparent system that encourages civic engagement.

Working

image

Installation using docker

1. Clone the Repository

git clone https://github.com/TwoPointerr/Project-Clean-Web-Application.git
cd ./Project-Clean-Web-Application

2. Configure Databse

configure database as per project_clean/settings.py or adjust project_clean/settings.py as per your database configuration

DATABASES = {
'default': {
'ENGINE': 'mssql',
'NAME': config('name'),
'USER': config('user'),
'PASSWORD': config('pass'),
'HOST': config('host'),
'PORT': config('port'),
'OPTIONS': {
'driver': 'ODBC Driver 17 for SQL Server',
'MARS_Connection': True,
'Encrypt': 'yes',
'TrustServerCertificate': 'no',
},
}
}

3. Spin up Containers

docker-compose up
  • Make sure docker is running

Installation on Local

Environment: Python 3 (3.9.5 recommended)

1. Clone the Repository

git clone https://github.com/TwoPointerr/Project-Clean-Web-Application.git
cd ./Project-Clean-Web-Application

2. Create a Virtual Environment (Optional but Recommended)

# Install virtualenv if not already installed
pip install virtualenv

# Create a virtual environment
python -m venv venv

# Activate the virtual environment
# On Windows
venv\Scripts\activate
# On Unix or MacOS
source venv/bin/activate

3. Install Dependencies

pip install -r requirements.txt

This command installs all the required Python packages specified in the requirements.txt file.

4. Configure Databse

configure database as per project_clean/settings.py or adjust project_clean/settings.py as per your database configuration

DATABASES = {
'default': {
'ENGINE': 'mssql',
'NAME': config('name'),
'USER': config('user'),
'PASSWORD': config('pass'),
'HOST': config('host'),
'PORT': config('port'),
'OPTIONS': {
'driver': 'ODBC Driver 17 for SQL Server',
'MARS_Connection': True,
'Encrypt': 'yes',
'TrustServerCertificate': 'no',
},
}
}

5. Run Migrations

python manage.py makemigrations
python manage.py migrate

This command applies any pending database migrations.

6. Create a Superuser (Optional)

python manage.py createsuperuser

This command creates a superuser account for administrative access to the Django admin interface.

7. Run the Development Server

python manage.py runserver

WEB App Screenshots

image

More screenshots

image

image

image

image

image

image

image

image

image

image


Android App Screenshots

image

More screenshots

image image image image image image image