Code Monkey home page Code Monkey logo

shipandfacedetection's Introduction

Note (2023/05/03)

  • There's no dockerfile in this exercice project, better to build one
  • Consider to replace sqlite with PostgresSQL and build a docker-compose file
  • No typing annotation or tests functions in app (please add your own testcase and type annotation...)
  • One bug found: Failed to access userprofile page if the user doesn't have the portrait, it will work if you upload the portrait

Dependency issue fixed (2021/12/26)

  • fix dependencies issue
  • python version used in project: 3.10
  • if problem appears when trying to install requeirements.txt, try to manually install with command pip install <package name>

Run project (2022/01/16)

$ # Download
$ git clone https://github.com/yaozeliang/Library.git
$ cd Library

$ # Install vierual environment
$ pip install virtualenv
$ virtualenv envname

$ # Activae virtual env
$ envname\scripts\activate

$cd ../..
$ pip3 install -r requirements.txt
$
$ # Create tables
$ python manage.py makemigrations
$ python manage.py migrate
$
$ # Start the application 
$ python manage.py runserver 

Other issues

  • No type convention or comments
  • No unit/function test implemented
  • No performance improvements yet

Another way to download project

https://katfile.com/users/alphaglobalus/114645/Django%E5%9B%BE%E4%B9%A6%E9%A6%86%E9%A1%B9%E7%9B%AE%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9

shipandfacedetection's People

Contributors

xingyitong1 avatar hxswu avatar bbdzs avatar marveljesus avatar lilcookie11 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.