Giter VIP home page Giter VIP logo

outletter's Introduction

Outletter

Technology Stack

This is a list of mostly used technologies and libraries that are used in Outletter project:

  • Python: Python is an interpreted high-level programming language for general-purpose programming.

  • Django: Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.

  • Tensorflow: Tensorflow is a ML framework specifically for Neural Network purposes.

  • Scikit: Scikit is an ML library for many tasks including performance metrics.

  • Open-CV: Open-CV is usually used for image processing purposes.

DevOps

  • Docker, Docker Compose

Installation

We use docker to run the project.

Download Docker

Docker can't help for some devices. If the project does not work with Docker, Docker Toolbox will help you.

Download Docker Toolbox

Install Nvidia Container Toolkit for GPU usage for Tensorflow although you wont be able to use gpu with the ./do.sh script.

Download Nvidia Container Toolkit

Download the model weights from the link and create a folder named: "resources" in the Base folder and put the weights in it.

Download Weights

Without GPU

Running django

$ ENV=DEV ./do.sh start

Help will show all possible commands

$ ENV=DEV ./do.sh help

Stopping django /logs

$ ./do.sh stop
$ ./do.sh logs

With GPU (USE WITH CAUTION, REQUIRES MANUAL CODE TRANSFER TO CONTAINER. USE WITHOUT GPU FOR NORMAL USAGE)

Running django

$ ENV=DEV ./do.sh build
$ make start
$ make migrate

Stopping django

$ make stop
$ make prune

Admin user

toni > secret
(localhost:8000/admin/) 

Maintainer

outletter's People

Contributors

usman-kakakhel avatar daniyal-khalil 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.