Skip to content

Latest commit

 

History

History
59 lines (44 loc) · 2.89 KB

README.md

File metadata and controls

59 lines (44 loc) · 2.89 KB

CloudTechnologiesProject

CloudTechnologiesProject is a powerful tool that allows users to train AI models without needing to know how to code, using Microsoft Excel as a frontend. By leveraging VBA macros, this project provides an intuitive interface within Excel, enabling users to easily integrate and enhance cloud-based technologies for their data processing and analysis tasks.

Collaborators

🧑‍💻 Name 😺 GitHub Self Reports
Donato Martín GitHub Self Report
Mohamed Bouguezine GitHub Self Report

Installation and How To Use

  1. Clone the repository
git clone https://github.com/dononitram/CloudTechnologiesProject
  1. First install the necessary python dependencies:
pip install -r requirements.txt
  1. After that run the server:
python src/backend/main.py
  1. Once the server is running open the frontend spreadsheet located in the src/frontend/excel directory (open source under development).
  2. Place the training data in the training area (8C Cell onwards horizontally and vertically) in the following way.
Training Input
Expected Output
Training Input
Expected Output
...
  1. Hit Train
  2. Place your input in the prediction area (Rows 4 and 5 from the column 4 onwards).
  3. Hit Predict

Example: Teaching the Model Simple Addition

Witness the magic of AI by teaching the model to perform simple addition of two parameters. Remember, the relationship between inputs and outputs isn't strictly 2:1; it can be n:n where n ≥ 1. Example

Documentation

Dive into our comprehensive 📄 documentation to unlock the full potential of CloudTechnologiesProject.

Licensing

This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. See the LICENSE.txt file for details.

Excel Dependency Notice

This project includes VBA macros for use with Microsoft Excel. Microsoft Excel is proprietary software and is not covered under this license. Users must obtain their own licensed copy of Excel.

Disclaimer

This project is an independent tool developed by [Your Name/Organization]. It is not affiliated with, endorsed by, or sponsored by Microsoft Corporation. This tool requires Microsoft Excel to function. Users must have a valid license to Microsoft Excel to use this tool. Microsoft Excel is a registered trademark of Microsoft Corporation.