Internships
At Cloudway, we provide regular opportunities for internships. These internships are always isolated projects in which students can exhibit their technical know-how.

Motorcycle Drive Organizer
Riding a motorcycle is for most people more than a means of transportation, it’s an experience which is a lot more fun when done in a group. To facilitate this, we would like to build a platform in which drives or tours can be created and shared with the community. People in the community can then express their interest in a tour and can join in. The platform should have the following functionalities:
Functionalities
Tour creation
Create tours in a nice map editor, which should have at least
- A start and end timeslot
- A set of waypoints in the drive
- A suggested route on the map, preferably without too many highways
- Extra metadata such as duration, length, ….
Groups
Create private groups of friends/family to share drives privately with
Sharing
Share drives with either groups or the entire community
Notifications
(Nice to have): send reminders a few days before a tour starts to the participants
Export
(Nice to have): export GPX format

Electrical charging stations request platform/hub
In Ghent, you can request an electrical charging station in your neighborhood. To present a stronger case, this request is preferably done with a group of interested people and not as an individual.
Functionalities
Request creation
I can start organizing request for a charging station
Request visualisation
I can see the different requested charging stations in my neighborhood
Participation
I can show interest and connect to other people who are also requesting a charging station
Station visualisation
Map existing electrical charging stations
Analytics
(Nice to have): Have occupancy analytics of nearby existing charging stations

Ingestion of event data from cars
Imagine you are an insurer, and you want to get to know the driving behaviour of your clients. By using some AWS services such as Kinesis, EventBridge and Lambda you will be able to create an application doing exactly that. The goal is to create a highly scalable application which can handle a big load of incoming data.
Functionalities
Data creation
Simulation of vehicle data like speed, acceleration, crash occurrence, ...
Data ingestion
Capture the generated data from multiple simultaneous devices
Data Analytics
Analyze the provided data and provide useful statistics and driver profile analysis

Invoice Recognition
The purpose of the invoice recognition project is to use AI tools to analyze received invoices and extract the most relevant information; total invoice amount, invoice lines, tax due, … . The project also requires a website in which invoices can be uploaded and the extracted information can be viewed, along with where the information was found in the document (bounding boxes).
Functionalities
Document anlysis
Analyze the incoming document and extract the relevant information
- Supplier
- Invoice amount
- Invoice lines
Document visualisation
Visualize the analyzed document and highlight the extracted data.
Data Correction
Allow the user to correct the extracted information of the document.