Skip to content

RAJGUPTA-001/trader_sentiment_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Quick setup using terminal(windows/VScode) or Powershell (not windows cmd)

 Invoke-WebRequest "https://docs.google.com/uc?export=download&id=1DTACBNdVy5f_fi-NZR-_Bp2lCl8u2zqQ" -OutFile "desiredpath/notebook.ipynb"

or directly using python

import gdown

file_id = "1DTACBNdVy5f_fi-NZR-_Bp2lCl8u2zqQ"


gdown.download(f"https://drive.google.com/uc?id={file_id}", "desiredpath/notebook.ipynb", quiet=False)

Now just use RUN ALL it will automatically download and make directories

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors