Harshitha1234 / election_predictor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Election-Predictor

Predict results of upcoming Election This repository contains our Election Predictor Project as part of DBMS Project.

The required packages are present in the requirements.txt file

To install the packages,please do the following:(The below steps are for Ubuntu)

  1. Create a virtualenv by using the command: python3 -m virtualenv . If virtualenv is not present, install it by using the command, sudo pip3 install virtualenv
  2. Activate it by the command: source <path_to_environment>/bin/activate
  3. pip install -r requirements.txt

For Windows, use the equivalent windows commands

About


Languages

Language:CSS 51.8%Language:HTML 29.1%Language:Python 14.3%Language:JavaScript 2.9%Language:Jupyter Notebook 1.9%