Skip to content

SUNET/transcribe-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transcribe-ui

User interface for the SUNET transcription service

Development environment

  1. Create a virtual environment:

    python -m venv venv
  2. Activate the virtual environment:

    source venv/bin/activate
  3. Install the required packages:

    pip install -r requirements.txt
  4. Edit the environment settings, should be in a file named .env. The following settings should be sufficient for most cases:

    API_URL = "http://localhost:8000"
    OIDC_APP_REFRESH_ROUTE = "http://localhost:8000/api/refresh"
    OIDC_APP_LOGIN_ROUTE = "http://localhost:8000/api/login"
    OIDC_APP_LOGOUT_ROUTE = "http://localhost:8000/api/logout"
  5. Run the application:

    python main.py

About

User interface for the SUNET transcription service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published