Skip to content

mavabene/106a_final_project_website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EE106A Final Project Website: ROAR

Environment Setup

Virtual Environment

$ python3 -m venv 106a_env
$ source 106a_env/bin/activate

Conda Environment

$ conda create -n 106a_env python=3.6.9
$ conda activate 106a_env

Install

$ pip install -r requirements.txt

Usage

$ streamlit run main.py

Description

This is our final project website repository. Made by Streamlit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%