Skip to content

ubparmar/Crypto_ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting Virtual Environment

$ pip install virtualenv
$ python -m venv venv # for windows
$ source venv/Scripts/activate # to activate virtualenv windows
$ source venv/bin/activate # to activate virtualenv mac
$ pip install -r requirements.txt # to install all the packages
$ pip freeze > requirements.txt # to update requirements.txt

Running the Dashboard

$ streamlit run src/main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages