Skip to content

prakharg24/tda_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

tda_demo

Installation

Requires Python 3.x and Django. Can be installed simply with the following command

python -m pip install Django

Running the Server

  1. Change directory to mysite.
cd mysite
  1. Run the following command
python manage.py runserver
  1. Now that the server is running, it can be accessed at http:https://localhost:8000/polls/

Relevant Files

  1. The figures displayed and the CSS style files are all stored in mysite/polls/static/polls/
  2. The HTML template files are stored in mysite/polls/templates/polls/
  3. The HTML parser is present in mysite/polls/views.py
  4. All the signal processing and graph creation happens in mysite/polls/datareader.py
  5. The dataset is present as CSV files in mysite/polls/dataset/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published