Skip to content

AlexJumaW99/ELA_Hackathon_Solution

Repository files navigation

ELA Hackathon Solution

How to run the program 👇🏿


Step 1: Clone the file to your local machine

  1. First, click on the "Code" button at the top right section of the repository. Make sure you choose Local and then HTTPS before copying the URL you will use for cloning!

Screenshot 2023-11-06 at 12 26 09 PM
  1. Next, open your terminal and cd to the directory you would like to store the program in: cd Desktop Afterward, type git clone, followed by the URL copied above: git clone https://github.com/AlexJumaW99/ELA_Hackathon_Solution.git

Screenshot 2023-11-06 at 12 49 12 PM

The folder containing the program should now be on your local machine!

Step 2: Running Application using PIP

Prerequisite: Ensure you have Python 3.5+ installed! https://www.python.org/downloads/

  1. First, cd to the folder containing the program: cd ELA_Hackathon_Solution
  2. Create a virtual environment by typing the following command on the terminal: python3 -m venv ela_project
  3. Activate the virtual environment you just created: source ela_project/bin/activate
Screenshot 2023-11-06 at 1 58 57 PM
  1. Upgrade pip by typing: pip install ––upgrade pip
  2. Then, install all the Python packages needed to run it by typing: pip3 install -r requirements.txt
Screenshot 2023-11-06 at 2 04 45 PM
  1. After installing pip, run the program by typing: streamlit run Dashboard.py

Credits

We would like to appreciate the time and expertise of the following people:

  • Danton Coote
  • Yanna Polonia Gutierrez
  • Jon Ziprick
  • Nathan Anderson
  • Enoch A-Iyeh
  • Shayelin Braydon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •