Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 423 Bytes

File metadata and controls

22 lines (17 loc) · 423 Bytes

HandScribeVoice - Handwriting to voice converter

Installation

  1. Clone the repository:

    git clone https://github.com/InnoTech-Titans/HandScribeVoice.git
    cd HandScribeVoice
  2. Create a Virtual Environment:

    python -m venv your_env_name
    your_env_name/Scripts/activate
    pip install -r requirements.txt
  3. Run the command:

    streamlit run new_app.py