Menu

Tree [80d69f] main DevCameras DevGps DevLights PreReleaseMain /
 History

HTTPS access


File Date Author Commit
 .github 2024-08-23 Lorenzo Tettamanti Lorenzo Tettamanti [139976] Update issue templates
 Analyze 2024-08-22 Lorenzo Tettamanti Lorenzo Tettamanti [2091da] fixed issues
 Config 2024-08-22 Lorenzo Tettamanti Lorenzo Tettamanti [219e6b] created config readme
 Gui 2024-08-22 Lorenzo Tettamanti Lorenzo Tettamanti [4661a0] deleted caching files
 SyntheticDatas 2024-09-09 Lorenzo Tettamanti Lorenzo Tettamanti [80d69f] small bug fix, description fix . Added examples
 utils 2024-09-03 Lorenzo Tettamanti Lorenzo Tettamanti [455efe] lightModel.py: added lumen evaluation, solid an...
 .gitignore 2024-09-09 Lorenzo Tettamanti Lorenzo Tettamanti [80d69f] small bug fix, description fix . Added examples
 CODE_OF_CONDUCT.md 2024-08-23 Lorenzo Tettamanti Lorenzo Tettamanti [8689b1] Create CODE_OF_CONDUCT.md
 CONTRIBUTING.md 2024-08-23 Lorenzo Tettamanti Lorenzo Tettamanti [e3d123] Create CONTRIBUTING.md
 LICENSE 2024-08-22 Lorenzo Tettamanti Lorenzo Tettamanti [1f4740] Initial commit
 README.md 2024-08-31 Lorenzo Tettamanti Lorenzo Tettamanti [91189a] add looking for contributors badge
 ROADMAP.png 2024-08-22 Lorenzo Tettamanti Lorenzo Tettamanti [ccc8aa] updated readme and added roadmap
 SECURITY.md 2024-08-23 Lorenzo Tettamanti Lorenzo Tettamanti [cde187] Create SECURITY.md
 banner.png 2024-08-22 Lorenzo Tettamanti Lorenzo Tettamanti [8c4741] Rename banner cortexflow.png to banner.png
 doc.md 2024-08-23 Lorenzo Tettamanti Lorenzo Tettamanti [83d672] updated doc file
 generazione.xlsx 2024-08-31 Lorenzo Tettamanti Lorenzo Tettamanti [f75c60] updated files
 hotel_data.json.gz 2024-08-31 Lorenzo Tettamanti Lorenzo Tettamanti [f75c60] updated files
 icon.png 2024-08-22 Lorenzo Tettamanti Lorenzo Tettamanti [74876a] Hello world!
 requirements.txt 2024-09-07 Lorenzo Tettamanti Lorenzo Tettamanti [be2cd2] started GPU optimization for bigger grids
 testAnalysis.py 2024-08-22 Lorenzo Tettamanti Lorenzo Tettamanti [2091da] fixed issues
 testLib.py 2024-08-22 Lorenzo Tettamanti Lorenzo Tettamanti [2091da] fixed issues

Read Me

CortexBrain

Copyright (c) 2024

Auto Assign
Trello
Documentation
License
Discussions
NumPy
Looking for Contributors

CortexFlow Logo

What is CortexBrain?

CortexBrain is a cutting-edge data simulation and big data analysis framework developed by CortexFlow, designed to simplify the simulation and analysis of IoT (Internet of Things) devices. CortexBrain enables you to model and train various IoT sensor properties, including smart lights, accelerometers, gyroscopes, and temperature sensors. With CortexBrain, you can simulate IoT sensors, position them on a geolocalized map, monitor key metrics, and simulate specific scenarios.

Currently Development Focus

Currently working on:

  • creating examples
  • writing documentation
  • working on predictive mantainance
  • expanding actual features
  • creating new frameworks
  • integrating big data analysis tools

Features

CortexBrain provides a range of powerful features, including:

  • IoT Sensor Simulation: Simulate a variety of IoT sensors, such as temperature, humidity, and light sensors.
  • Geolocalized Map: Position simulated sensors on a geolocalized map.
  • Scenario Simulation: Create and test various scenarios with simulated sensors.
  • Advanced data analysis: Leverage big data tools for in-depth analysis and seamless visualization of simulated data.
  • Machine Learning Integration: Implement and test machine learning models on your simulated data to uncover patterns and make predictions.
  • Predictive Maintenance: Utilize the simulated data for predictive maintenance, identifying potential issues before they occur.
  • Real-time Data Streams: Integrate real-time data streams to enhance the accuracy and responsiveness of your simulations.

Getting Started

To get started with CortexBrain, follow these steps:

  1. Clone the Repository: First, clone the repository to your local machine.

bash git clone https://github.com/CortexFlow/CortexBrain.git

  1. Install required packages:

```bash
cd CortexBrain
pip install -r requirements.txt

  1. Test Library:

```bash
python .\testLib.py

  1. Create a simple program:

```bash
import os
import sys
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(file), '../')))

from GPSModel import GPS_Sensor
from Map import Map

if name=="main":
#create the sensors using the constructors
gps_sensor_1 = GPS_Sensor(initial_position=[0, 0], label="Static GPS Sensor ")
gps_sensor_2 = GPS_Sensor(initial_position=[0, 0], label="Static GPS Sensor 2")

  #set the positions
  gps_sensor_1.SetPosition((45.812460, 8.986586))
  gps_sensor_2.SetPosition((45.832460, 8.986586))

  #create the map
  map=Map()
  #add the sensors on the map
  map.AddSensor(gps_sensor_1)
  map.AddSensor(gps_sensor_2)
  #create the sensor_map.html file
  map.CreateMap()

Open sensor_map_tutorial.html and check the sensors on the map
tutorial.png

Check all the examples in the Examples folder
Explore all the features in the documentation.

Roadmap

RoadMap

Documentation

For a comprehensive guide on getting started and making the most of CortexBrain, visit the official documentation. The documentation includes:

  • Getting Started: Instructions on how to install and set up CortexBrain.
  • Examples: Practical examples to help you understand and use the main features.
  • API Reference: Information on the available APIs and their usage (coming soon).

Future Developments

At CortexFlow, we're continually working to expand the capabilities of CortexBrain. Our current focus includes:

  • Enhanced Scenario Simulation: We're improving the scenario simulation engine to support more complex and dynamic environments.
  • Real-time Data Integration: Future updates will allow CortexBrain to integrate real-time data streams, making the simulations even more accurate and responsive.
  • API Expansion: We're actively working on extending our API to give developers more flexibility and control over their simulations.

To stay updated on our progress and view what we're currently working on, check out our Trello board.

Contributing

We welcome contributions from the community! To contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature (git checkout -b feature/feature-name).
  3. Submit a Pull Request with a detailed explanation of your changes.

Proposing New Features

If you would like to contribute a new feature to the project, we ask that you open a discussion before submitting a PR. This is to ensure that all new features align with the project's goals and to avoid overlapping work or conflicting views.

Please initiate a discussion in the GitHub Discussions section where we can collectively review, refine, and approve your idea before you begin implementation. Pull Requests for new features that have not been discussed beforehand may be declined to maintain project coherence and ensure alignment with the broader roadmap.

By collaborating in this manner, we can maintain clarity and consistency, ensuring that all contributors are working towards the same objectives. Thank you for your understanding and contributions!

MongoDB Logo MongoDB