Skip to content

Harshitha1234/election_predictor

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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