Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brunamark/ai---data-science
- Owner: Brunamark
- Created: 2024-08-28T17:30:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-10T21:55:30.000Z (3 months ago)
- Last Synced: 2025-01-29T15:12:24.930Z (1 day ago)
- Topics: java, junit, maven
- Language: Java
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- Technologies Used
- Getting Started
- 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
- Navigate into the project directory:
- Compile the project:
- Run the project:
```bash
$ cd src/main/java/br/lpm/main
````
```bash
javac Main.java
````
```bash
java Main
````