Skip to content

This application uses Python libraries and web frameworks to build an interactive dashboard showing the effectiveness of using machine learning to detect Twitter bots.

Notifications You must be signed in to change notification settings

drusso97/C964_Capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Guide

Please complete the following steps to launch the application on Windows 10.

  1. Download the C964_Capstone.zip, attached with the submission.
  2. Download the latest version of python, which can be found here:
    https://www.python.org/downloads/release/python-3125/
    ** The program has only been tested in Python 3.9+ **
  3. In a command prompt, run the following command:
    curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
  4. Move the get-pip.py file to the same directory where Python is installed. In a command prompt, run the following command:
    python get-pip.py
  5. Extract the zip file “C964_Capstone-main.zip”
    Using the command line, navigate to the directory of the Capstone,
    Ex: cd C964_Capstone-main
  6. Install the dependencies using the following command:
    pip install -r requirements.txt
  7. In the command prompt, run the following command:
    python app.py
  8. In a web browser, navigate to:
    http://127.0.0.1:5000
    ** The program has only been tested in the latest versions of Google Chrome, Safari, and Microsoft Edge**

About

This application uses Python libraries and web frameworks to build an interactive dashboard showing the effectiveness of using machine learning to detect Twitter bots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published