Coder Social home page Coder Social logo

brberis / djtensor Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 75.69 MB

Feature classification model using TensorFlow, encapsulated within a Django/React/NextJS web application, all containerized using Docker for streamlined deployment.

Dockerfile 1.31% Shell 1.13% Python 43.24% HTML 0.14% JavaScript 53.88% CSS 0.29%

djtensor's Introduction

djtensor

Project Installation Instructions

Prerequisites

Install Docker

For Mac:

  • Download Docker Desktop for Mac from Docker Hub.
  • Follow the installer's instructions to complete the installation.

Setup

  1. Clone the Repository

Clone the project repository to your local machine using: git clone https://github.com/brberis/djtensor.git

  1. Environment Configuration

Copy the .env.dev.example file to create a .env.dev file and update the environment variables as needed:

  1. Build the Containers

Navigate to the project directory where the docker-compose.yml file is located and run the following command to build the Docker containers:

docker-compose build

  1. Start the Services

Start the services defined in the Docker Compose configuration file with:

docker-compose up

Alternatively, you can run them in detached mode using:

docker-compose up -d

  1. Access the Application

Once the containers are up and running, you can access the frontend application by navigating to http://localhost:3000 in your browser. The backend API will be available at http://localhost:8000. Username: testuser Password: testpassword.

Stopping the Services

To stop all services, you can run:

docker-compose down

Contributors

djtensor's People

Contributors

brberis avatar

Stargazers

Mohamed Ahmed 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.