Skip to content

lioryankovitz/ml_screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ML Social Analysis Task

Description

This project clusters TikTok videos based on their content.

Installation

Setting Up a Virtual Environment

To avoid conflicts with other Python projects you might be working on, it's a good idea to use a virtual environment. Here's how to set one up:

# Install virtualenv if you haven't already
pip install virtualenv

# Create a virtual environment
virtualenv venv

# Activate the virtual environment
# Windows
venv\Scripts\activate
# Linux or macOS
source venv/bin/activate

# Install Jupyter Notebook if you haven't already
pip install notebook

Running

# Launch Jupyter Notebook
jupyter notebook ml_screen.ipynb

Then, follow the notebook.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors