Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brunamark/ai---data-science

Artificial Intelligence Data Science
https://github.com/brunamark/ai---data-science

java junit maven

Last synced: 1 day ago
JSON representation

Artificial Intelligence Data Science

Awesome Lists containing this project

README

        

# Artificial Intelligence (AI) - Data Science

## Overview
This project simulates an AI that analyzes the proximity of individuals to one another, providing recommendations based on their locations.

## Table of Contents


  1. Technologies Used

  2. Getting Started

  3. Running the Application

### 1. Technologies Used


  • Java 22

  • JUnit

### 2. Getting started

### Prerequisites


  • Java JDK 17+

  • JFreeChart

### Instalation


  • Clone the repository:


  • ```bash
    $ git clone https://github.com/Brunamark/AI---Data-Science.git
    ````



### Running the Application

  1. Navigate into the project directory:


  2. ```bash
    $ cd src/main/java/br/lpm/main
    ````
  3. Compile the project:


  4. ```bash
    javac Main.java
    ````

  5. Run the project:


  6. ```bash
    java Main
    ````