jmichelle0518 / SLAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dash SLAM Document Reader

About this app

This is a fork of the Dash Uber Rides Demp App by Plotly.

How to run this app

(The following instructions apply to Windows command line.)

To run this app first clone repository and then open a terminal to the app folder.

git clone https://github.com/jmichelle0518/doc-reader
cd doc-reader

Create and activate a new virtual environment (recommended) by running the following:

On Windows

virtualenv venv
\venv\scripts\activate

Or if using linux

python3 -m venv myvenv
source myvenv/bin/activate

Install the requirements:

pip install -r requirements.txt

Run the app:

python app.py

You can run the app on your browser at http://127.0.0.1:8888

Screenshots

coming soon

Resources

To learn more about Dash, please visit documentation.

About


Languages

Language:Python 62.3%Language:CSS 34.6%Language:HTML 3.1%