Git Product home page Git Product logo

sheher's Introduction

Sheher

An utility Django WebApp that uses Django packages.

Disclaimer: This project was made in a very short time specifically for the purposes of ContriHUB, and is currently under maintenance in the event itself.

Features:

  • Rating and Review
  • Complaint Portal
  • About Places
  • Username Generator
  • Safety Index Of Place

Getting Started

How to run locally?

  • Install Python

  • Clone this repository

    git clone https://github.com/ContriHUB/Sheher.git
    
  • Create Virtual Environment

    python -m venv <env_name>
    
  • Activate the environment

    • On Windows, run: <env_name>\Scripts\activate
    • On Linux/Mac, run: source <env_name>/bin/activate
  • Install the dependencies

    pip install -r requirements
    
  • Change directory to Sheher

    cd Sheher
    
  • To train crime rate model change Directory to Visitor

    cd Visitor
    
  • Train Crime Rate Model,

    python train_crimerate.py
    
  • To apply the migrations run,

    python manage.py makemigrations
    
    python manage.py migrate
    
  • Now to run the server, and visit http://127.0.0.1:8000/.

    python manage.py runserver
    
  • To access admin panel, you need to be superuser. Follow this link for instructions.

For help getting started with Django, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Steps to contribute -
  1. Fork this repo and clone it to your system.
  2. Get the issue assigned to you on the ContriHUB website.
  3. Make the required changes. Please keep your changes relevant only to the issue specified.
  4. Add your name to CONTRIBUTORS.md.
  5. Create a PR with your changes and a detailed description of the changes you have made.
  6. Submit the PR link on the ContriHUB website.

Contributors

A list of contributors can be found in CONTRIBUTORS.md.

Maintainers

CAUTION: Website is currently under development.

sheher's People

Contributors

dna5769 avatar cyrilmishra avatar mauryaritesh avatar utkrisht5 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.