This repository contains the API for the Roaia project, which aims to assist visually impaired individuals by utilizing smart glasses. The glasses provide features like text reading, object detection, face recognition, weather updates, and emergency notifications.
- Text Reading: Converts text into speech for the user.
- Object Detection: Identifies objects in the user's surroundings.
- Face Recognition: Recognizes pre-registered faces.
- Weather Updates: Provides current weather information.
- Emergency Notifications: Sends SOS alerts to a connected mobile application.
GET /api/notifications
: Retrieve notificationsPOST /api/notifications
: Create a notification
- Clone the repository:
git clone https://github.com/Roaia-s/Roaia-API-APP.git
- Navigate to the project directory:
cd Roaia-API-APP
- Install the dependencies:
dotnet restore
- Run the application:
dotnet run
After running the application, the API will be available at http://localhost:5000
. You can use tools like Postman to interact with the API endpoints.
Contributions are welcome! Please fork this repository and submit a pull request for any enhancements or bug fixes.
This project is licensed under the MIT License.