⭐ Mark the project with a star. 👀 Watch the project for receive news.
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.
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.
- Make sure you have Python 3.6.9+ installed or do it from Python.org or from Anaconda;
- Make sure you have Git installed or do it from Git-scm.com;
- 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
- Access the project folder
cd nlp2
- Resolve dependencies
pip install -r requirements.txt
- Make migrations
python manage.py migrate
- Run Django project
python manage.py runserver
- Then access aplication at http://127.0.0.1:8000/
Thiago Jorge Almeida dos Santos, project author and maintainer.
- Code distributed under MIT License.
- Related work of
- Official documentation of
- Graphycal components obtained from the web and adapted
- Vectorial icons from Font Awesome
- Illustrations from unDraw
- Audio player: green-audio-player
- Audio recorder: work of Well Wisher at CodePen