Skip to content

joewadk/voiceless-voice

Repository files navigation

A Voiceless Voice

Hello! Welcome to our project! This was created for the CUNY Tech Prep Data Science Track Final Project

Getting Started

Firstly, ensure that python is installed on your device. Refer to the Python Documentation for more information on how to install.

To install all of the dependencies, you'll need to first make a virtual environment like so :

py -m venv .venv

Next, you'll want to activate the venv like so:

.venv/Scripts/activate

Or on Mac:

source .venv/bin/activate

Now navigate to the backend directory. Then, you'll want to install all backend dependencies:

pip install -r requirements.txt

To run any notebook files you can run the following command:

jupyter notebook

It will open a new tab on your default browser, now you can navigate to any ipynb's.

About

CUNY Tech Prep Fall 2024 Data Science Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •