Skip to content

hamzaelharchi/Personal-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal-Assistant

Personal-assitant Web voice personal assistant using state-of-the-art NLP algorithms Seq2Seq models

Technologies: -Django, ReactJS, Tensorflow, Keras, Beautiful soup, Bootstrap, Postgresql, Django REST framework

Application Architecture


Run Backend

cd backend
pip install -r requirements.txt

#run backend
python manage.py runserver

Run Frontend

cd frontend
npm start