Skip to content

via-cs/speak-to-draw-review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Series Visual Analytics Project

License

Speak to Draw

Speak to Draw is a multimodal visual analytics system for intuitive time-series querying and exploration.

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Get Started

Install

Download the repository

$ git clone [github repo]

Install Prerequisites

$ pip install -r requirements.txt
$ npm install
$ cd frontend
$ npm install

To avoid version conflicts and dependency issues, we have locked the versions of all packages and their dependencies in package-lock.json. The execution of the npm install command will, by default, install all packages using exactly the same versions specified in the package-lock.json.

Edit and put OpenAI API Key in

backend\config.py

Running Your Application

1. Run Backend

$ cd backend
$ uvicorn main:app --reload --host 0.0.0.0 --port 8000 --reload

2.Run Frontend

Open a new terminal

$ cd frontend
$ npm start

Your application should run on port 3000 Go to http://localhost:3000 in your browser (Chrome recommended).

Citation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published