Overview

Do not just seek happiness for yourself. Seek happiness for all. Through kindness. Through mercy.

David LevithanWide Awake
    这是一个系统,用来做什么还不知道。。。  
    现在添加进去的内容有账号密码登录、人脸图片登录、眨眼动作检测登录。

  在一点点实现的过程中接触到很多知识点:django、css、JavaScript、jQuery、html5、ajax、XML、git、python3、face_recognition、dlib、webRTC、hexo、vps、sftp、shadowsocks…

  项目管理:  
    系统:  
      windows10(其余的系统也可,曾将项目部署到Ubuntu16.04的vps上)  
    网站框架:  
      Django==2.1(pip)  
    项目中依赖包(括号后面为选用的安装方法):  
      django-appconf==1.0.2(pip)  
      django-crispy-forms==1.7.2(pip)  
      django-suit==2.0a1(url)  
      django-suit-redactor==0.0.4  
      mysqlclient==1.3.13(anacoda)  
      Pillow==5.1.0(anacoda)  
      pytz==2018.4(anacoda)  
      face_recognition==1.2.3(pycharm setting-> project ->project interpreter)  
      dlib==19.17.0(url)  
    环境管理工具:  
      conda==4.6.11  
      pip==19.0.3  
    编辑工具:  
      pycharm  

  在环境搭建的过程中,我倾向于配置虚拟环境,对不同的项目选择不同的虚拟环境,一个python包管理的小技巧:通过’python -m pip’的方式安装的包会安装到该python执行文件的Lib库中,如:

1
H:\ProgramData\Anaconda3\envs\GPU-based\python.exe -m pip install numpy

1
python -m pip install numpy
Show comments from Gitment