Skip to content

ashwanirathee/vox-insight

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vox-Insight

Installation

  1. Clone the repository

    git clone https://github.com/Chahat08/Vox-Insight.git
    cd Vox-Insight
    
  2. Create a virtual environment (recommended)

    # Windows
    python -m venv .venv
    .venv\Scripts\activate
    # macOS/Linux
    python3 -m venv .venv
    source .venv/bin/activate
  3. Install Dependencies

    pip install --upgrade pip
    pip install -r requirements.txt
    

Running

flask run

Open browser and navigate to http://127.0.0.1:5000

About

VIS'25 Poster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 68.1%
  • HTML 18.2%
  • Python 13.6%
  • Shell 0.1%