Skip to content

Latest commit

 

History

History
103 lines (84 loc) · 6.7 KB

README.md

File metadata and controls

103 lines (84 loc) · 6.7 KB

postgrad-ia-nlp2-voice-ui

Status Website Hits Licence Commits Last commit Repo size Code size Stars Watchers Forks

Python Django jQuery Bootstrap

⭐ Mark the project with a star. 👀 Watch the project for receive news.

⚙️ Access the demo and see the project working.

This project aims to solve the proposed exercise in "Cognitive Computing 2: Voice User Interface" (Prof. Rafael Brasileiro) discipline, taken place in later 2021 in the context of postgraduate in artificial intelligence, at Centro de Educação Superior de Brasília (IESB). We plan to evolve the app in the future, refactor the code and resolve some known issues.

Início Texto Para Voz Voz Para Texto Configurações

Getting Started

This is an example of how you may set up your project locally. To get a local copy up and running follow these steps. We strongly recommended that you use virtual environments to run the application, we recommend Virtualenv, read it, create and activate the virtual environment inside project folder and before steps 5.

Installation

  1. Make sure you have Python 3.6.9+ installed or do it from Python.org or from Anaconda;
  2. Make sure you have Git installed or do it from Git-scm.com;
  3. Access the folder you want to save the project, then clone the repo there
    git clone https://github.com/tjas/postgrad-ai-nlp2-voice-ui
  4. Access the project folder
    cd nlp2
  5. Resolve dependencies
    pip install -r requirements.txt
  6. Make migrations
    python manage.py migrate
  7. Run Django project
    python manage.py runserver
  8. Then access aplication at http://127.0.0.1:8000/

Contact

Thiago Jorge Almeida dos Santos, project author and maintainer.

LinkedIn YouTube Instagram Website GitHub

License

Acknowledgements