Giter Site home page Giter Site logo

oka-repository's Introduction

test codecov

Ongoing project, not ready for production yet

OKA Repository

Install API

sudo apt install python3.8-venv python3.8-dev python3.8-distutils redis-server # For Debian-like systems.
git clone https://github.com/rabizao/oka-repository.git
cd oka-repository/backend
python3.8 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Start API:

cd backend/
source venv/bin/activate    
python backend.py

Access documentation:

http://localhost:5000/docs or http://localhost:5000/docs/swagger

Start celery workers:

cd backend/
celery worker -A celery_worker.celery --loglevel=info

Install frontend:

sudo apt install npm
cd frontend/
npm install

Start frontend:

npm start

oka-repository's People

Contributors

rabizao avatar davips avatar dependabot[bot] avatar oka-repo avatar

Stargazers

Augusto Nunes avatar Tiago avatar  avatar

Watchers

Tiago avatar

oka-repository's Issues

Suggestion to reduce clutter in post pages

When the name of dataset is automatically generated, it competes for attention and space with the visual history.
Out of much creativity for now, I think we could collapse the history in this specific case (automatic name) like an accordion, so the user have to click to expand it.
Another possibility is to visually shorten the name when it is automatic, requiring also some intervention like a click to be shown.
Or even the two ways together, so the user can decide which one they prefer (just by clicking one, another, or both), and the site would remember which he chose and keep it as default for the next posts yet to be seen.

Tratar ARFF defeituoso no backend

Apesar de:
Upload successful. You can navigate while we process your datasets

Celery:
"arff.BadLayout: Invalid layout of the ARFF file, at line 0."

Deveria tratar e alertar usuário (no caso é um arff vazio)

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.