Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.11 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.11 KB

WhatDoesTheDogSayMLApp

HackTheNorth2021 Dog Translator - Machine Learning app that understands and translate your dog's barking into English
Try here - http://tonyyy.pythonanywhere.com/

image

image image image

How to run website

  1. cd to website
  2. pip install -r requirements.txt or pip3 install -r requirements.txt
  3. python3 -m flask run
  4. If that doesn't work, go to your version of Python in the bottom right corner in PyCharm, open Interpreter Settings, click the + sign, search for and install Flask, restart PyCharm and try step 3 again.
  5. Go to localhost:5000
  6. Upload your .wav file of your dog OR record after pressing record button.
  7. Read your dog's voice in English text!