Code Monkey home page Code Monkey logo

bangkit-c22cb-company-based-capstone's Introduction

Bangkit-C22CB-Company-Based-Capstone

CodeFactor

Bangkit

This is our repository for Company Based Capstone.

Our team Consist of 9 people.

The Boys

Name Bangkit ID Learning Path Github Profile
Ananda Daffa Abdillah M2008G0791 Machine Learning Profile
Daffa Haj Tsaqif M2008G0792 Machine Learning Profile
Mario Hagi M2191F1819 Machine Learning Profile
Alheta Wahyu Matalarens A2110F1435 Mobile Development Profile
Ary Bayu Nurwicaksono A2183F1767 Mobile Development
Hafit Abekrori A7183F1768 Mobile Development Profile
Muhammad Acla Alamsyah Nurdin Hamzah C2307F2632 Cloud Computing Profile
Aimar Anand C2323J2836 Cloud Computing Profile
Ariel Peaceo Gunawan C7005F0459 Cloud Computing Profile

What is this? (coming soon)

TBA

Editing Architecture Chart

Use Draw.IO to create our architecture chart, use this VScode Extension to edit our diagram inside the editor: Draw.io Integration in VSCode

Running Our Project in Local

Using Conda (easier to build)

if you are using conda, you can install our project using the following command:

conda create --name bangkit_capstone python=3.9
conda activate bangkit_capstone
pip install ipykernel

or this command if you are want to specify the path of the environment

conda create --prefix ./venv/ python=3.9
conda activate ./venv/
pip install ipykernel

Using PIP (not recommended, still experimental)

It's advised for machine learning aspect to use virtual environment to working with this project, this is to prevent incompatibilities with other contributors.

If you are still activate Conda, you can deactivate it by typing conda deactivate.

in the repo's directory, run the following commands one by one:

python3 -m pip install --upgrade pip
python3 -m venv venv
source venv/bin/activate | source venv/Scripts/activate
pip install -r requirements.txt

References

bangkit-c22cb-company-based-capstone's People

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.