Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
GitHub Action 0679efeaae
action: validate latest data
5 minutes ago
7e6adf0839
feat: config dvc remote
1 month ago
7801ea3998
fix: workflows
1 week ago
gx
c49f3c02c1
feat: validation and testing
4 weeks ago
37cd28924c
action: train models
38 minutes ago
ec6778facc
feat: model train script
2 months ago
0679efeaae
action: validate latest data
5 minutes ago
src
b19fcda4ef
feat: ui header
2 weeks ago
a9badd5677
initial commit
2 months ago
bc41b6d638
"Initialize DVC"
1 month ago
ff518b451c
feat: use model registry
2 weeks ago
6c01f4ab65
fix: docker
2 weeks ago
2d49ac93aa
Update README.md
2 weeks ago
0679efeaae
action: validate latest data
5 minutes ago
35c35402d4
feat: docker
1 month ago
668dadb55e
chore: refactor code for prediction validation
2 weeks ago
b19fcda4ef
feat: ui header
2 weeks ago
668dadb55e
chore: refactor code for prediction validation
2 weeks ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

Intelligent Systems Engineering for Mbajk

The Bike Availability Prediction AI is an innovative system designed to forecast the availability of bikes at specific locations. Leveraging advanced machine learning techniques, including Recurrent Neural Networks (RNNs), and real-time data from weather sources and bike stations, the AI model continuously refines its predictions to provide accurate insights into bike availability.

Key Features:

  • Predicts bike availability based on weather and real-time data from bike stations.
  • Utilizes Recurrent Neural Networks (RNNs) for dynamic and accurate predictions.
  • Automated pipelines ensure continuous data fetching, processing, and model training.
  • CI/CD deployment guarantees rapid updates and seamless operation of the backend ML service and web client application.
  • Implements data version control (DVC) and experiment tracking (MLflow) for efficient model management and experimentation.
  • Optimizes models through quantization techniques and utilizes ONNX format for efficient representation and inference.

Users can access bike availability predictions via a REST API, querying specific locations to obtain real-time insights. Additionally, a user-friendly web client application provides visualization of predictions, enhancing accessibility and usability.

Installation

poetry install

Project Structure

├── README.md <- File containing project description and setup instructions
├── data
    ├── processed <- Processed data, prepared for training models
    └── raw <- Raw fetched data
├── models <- Trained and serialized models, model predictions, or summaries of models
├── notebooks <- Jupyter notebooks
├── reports <- Generated analysis files
    └── figures <- Generated graphs and images used in the analysis
    └── sites <- Generated sites in the data validation
├── pyproject.toml <- File defining dependencies, library versions, etc.
├── src <- Source code of the project
  ├── __init__.py <- Initializes the "src" directory as a Python module
  ├── data <- Scripts for data downloading, processing, etc.
      └── validation <- Scripts for data validation
  ├── models <- Scripts for training predictive models and using models for prediction
  ├── serve <- Scripts for serving models as web services
  ├── client <- Source code for the user interface
  |── tests <- Tests for the project
  ├── config.py <- Project configuration file
  └── visualization <- Scripts for visualization

Serve

To start the server, run the following command:

poetry run poe serve

Fetch and Process Data

To fetch and process data, run the following commands:

poetry run poe fetch_data
poetry run poe process_data

Test

To run tests, execute the following command:

poetry run poe test
poetry run test_api

Data Validation

To run data validation, execute the following command:

poetry run poe validate
poetry run poe data_drift
poetry run poe stability_tests
poetry run poe ks_test

Model Validaton

To run model validation, execute the following command:

poetry run poe validate_predictions

Train models

To run model training, execute the following command:

poetry run poe train
poetry run poe predict
Tip!

Press p or to see the previous file or, n or to see the next file

About

No description

Collaborators 1

Comments

Loading...