Giter Site home page Giter Site logo

arunesh-gour / aquaponics_system Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 2.0 56.99 MB

AI based aquaponics automation system.

License: MIT License

Python 88.73% Vim Script 0.06% HTML 4.55% CSS 3.18% JavaScript 3.48%
python3 aquaponics windows-10 ubuntu2004

aquaponics_system's Introduction

README

Aquaponics_System

AI based aquaponics automation system.

Installing / Getting started

Supported on:
  • Ununtu 20.04.
  • Windows 10.
  • Current version does not support installation.
  • Setup dev environment and get started.

Developing

Built with

  • Python==3.x
  • Django==3.2
  • Python3-tkinter

Prerequisites

For other requirements, see requirements.txt.

Setting up dev

  1. Clone repository into local system.
  2. cd to ./Aquaponics_System.
  3. pip install -r requirements.txt.
  4. You're ready!

Running dev version

NOTE:Perform points 2 to 6 only if it is first time.
$:Terminal commands.
$$:Python shell commands.
  1. cd to src/Applications/AquaponicsDjango/.
  2. $ python3 manage.py shell.
  3. $$ from django.contrib.auth.models import User.
  4. $$ user = User.objects.create_user(<username>, password='<password>').
  5. $$ user.save().
  6. $$ exit().
  7. Remember above username and password.
  8. $ python3 manage.py makemigrations.
  9. $ python3 manage.py migrate.
  10. $ python3 manage.py runserver.
  11. Open another terminal and cd to src/AquaponicsSystem/.
  12. $ python3 main.py.
  13. System is up and running.
  14. Ctrl-C in both terminals to quit.

Building

No build instructions. Simply setup and run.

Deploying / Publishing

Publishing not supported yet.

Versioning

0.0

Configuration

  • Use editor config provided under config/.
  • Remember username and password setup during dev setup.

Tests

Not available.

Style guide

Follows PEP 8 guidelines.

API Reference

Core API is provided under discussion section with name Core.

Database

  • Sqlite3 for web app user data management (Django built-in).
  • JSON for sensor reading storage (custom).

Credits

Collaborators

  • @Arunesh-Gour
  • @gauravc6
  • @kartik-kumar71
  • @Prakhar-623
  • @recker624
  • @sanskar-singh-rajput
  • @Vikram-BM

Licensing

See LICENSE.

aquaponics_system's People

Contributors

arunesh-gour avatar gauravc6 avatar recker624 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.