Student Project

icon

GitHub

https://github.com/OkanShr/lingomateai >> README.md file for further instructions about installation

icon

Detailed Project Description

First, a login is required as shown in the image. testuser and testpassword is used here as you can see in the console in the image below.

image
image

With a given token, the user is now authenticated and can send requests to the server.

In the following image, using the green file input button, we can select a pdf document from our computer and extract the text from it.

Then we can edit the text and click on the button that divides the input and output. Which executes the translation function as shown below.

image

The following Page is used to ask predefined questions about the context of the given document or text. For this, I used Phi-3. Different models can be used for quicker and better results. GPT-4o mini is also a great alternative for a cheap price. For this project i decided to use a free small language model.

image
image