Follow this link: https://app-rephrase.herokuapp.com/
- Click "Start Detecting" button
- ASL prediction will be displaced to the right of the detection button
- Run the following command from the project directory to install the dependencies used in this project.
pip install -r requirements.txt
or
pip3 install -r requirements.txt
- Tun the following two commands from the project directory to migrate the session data table
python manage.py makemigrations
python manage.py migrate
- Run the following command from the project directory to host the project locally
For Windows:
py manage.py runserver
For Mac or Linux:
python manage.py runserver
- Follow the link in the command prompt to open locally hosted website the default is
127.0.0.1:8000/