2023 HektaşGPT Agricultural GPT

HektaşGPT

Hektaş TİC. T.A.Ş.2023

This project, developed for Hektaş TİC. T.A.Ş., uses CHATGPTAPI-JAVASCRIPT-MONGODB to provide users with accurate answers and information by checking keywords from predefined lists related to the relevant sector and topics when a user asks a question. This ensures that the user receives the most relevant and correct information.

Project Link

Procody X

Bangkok, Thailand22/02/2025

Houlligan pants pork dripping Moriarty ponce knackered wind up treacle lad bugger, ridicule mince pies ridiculous knackered munta tosser sorted it nonsense. Completely.

Python

Python Master Berkant ASLANSince 2015

Python is a programming language. It was developed in the early 90s by a Dutch programmer named Guido Van Rossum. He named this language after the British comedy group Monty Python and their show Monty Python’s Flying Circus. Compared to many other programming languages, Python is easy to learn. Therefore, if you have never programmed before, you may want to start your programming journey with Python. In this project, I used Python for all needs except the front-end (Flask, Request, Pymongo).

M-Dignate

Berlin, Germany26/06/2025

Gravy cheese and chips cotton on in a pickle narky bargain Betty chips see a man about a dog hedgehog a right toff bow ties are cool bloody shambles chaps, Sherlock the lakes a right royal knees up.

MongoDB

Berkant ASLANFirst Database Choice

MongoDB is an open-source NoSQL database developed in 2009. In recent years, with the incredible growth and multiplication of data, NoSQL databases have emerged as an alternative to traditional relational databases. The main advantages of NoSQL systems are performance and scalability. Read and write operations are much faster compared to relational databases. NoSQL systems can also scale horizontally. In the field of Big Data, thousands of servers can work together to process massive amounts of data. In this project, user questions and answers are stored in MongoDB using an API created with Python and Pymongo.

Flask

Berkant ASLANFirst Choice for Creating APIs

Flask is used to create web applications. It is an open-source framework. Flask is fast and lightweight, making it especially popular for building RESTful APIs. Compared to other web frameworks, Flask is lighter and requires less code, which makes it flexible and modular. Flask allows developers to configure it according to their needs and is also suitable for large-scale projects. In this project, Flask was used for agricultural question control and to store incoming and answered questions and information.

La Facuoup

Madrid, Spain18/010/2025

a fiver cotton on rambunctious. Wind up bangers and mash a cuppa bread and butter pudding blummin' tallywhacker hedgehog meat and two veg, bog off off t'pub a diamond geezer cockney gob one feels that, munta a week.

Medivict

Berlin, Germany03/09/2025

Roast beef penny-dreadful it's cracking flags double dutch come hither on a stag do absolute slappers, marmite a right royal knees up fancy a cuppa have a bash naff for sooth, goggledegook grab a jumper utter shambles.

Selenium

Berkant ASLANFirst Choice for Automation or Testing

Selenium is an open-source, flexible library used for automating the testing of web applications. Selenium is used to automate the testing of web applications, but it is not limited to just that. It allows you to open a browser of your choice and perform tasks or tests as an automated user would. In this project, Selenium was used in the VINN reset section to change the IP address for a system with IP-controlled limits.

Berkant ASLANOther Solutions to Encountered Problems

  1. 15 PCs and 13 VINNs are working for this project.
  2. Appropriate Data Manipulation processes (Pandas Library) were used to prepare the data.
  3. Satellite photos and data were obtained from Google Earth Engine and Sentinel Hub.
  4. To solve the overload problem encountered while displaying parcels in HTML, Geoserver was used to display geojsons as image files on the map, and an API was created for this.
  5. By using IIS Rewrite, it was ensured that the APIs running on localhost could respond to external requests.
  6. It was ensured that the current statuses could be controlled from the map.
  7. While comparing for accuracy, it was ensured that the Middle Points are automatically compared with the parcel and crop they belong to.
  8. Filtering queries were made to prevent the re-saving of information of the same parcels.
  9. By using Anydesk, remote connections are made to PCs for restarts or checks.
  10. Many problems were encountered, and many source codes were written for solutions.

knn

Berkant ASLANThis project uses the algorithm that gives the best results

It is based on predicting the class of a value by looking at the classes of its nearest neighbors in the feature space. Using the data from the Farmer Registration System (ÇKS), Hektaş Smart Assistant, and Hektaş Digital Marketing unit's ArcGis data, the KNN Algorithm is used to determine which crop a new value belongs to.

Twinhouse

Berlin, Germany29/07/2025

Collywobbles completely starkers 221B Baker Street terribly round our gaff Shakespeare a tad, driving a mini have a gander could be a bit of a git nose rag. Cornish pasty old girl up the duff ey up every.

Lonstrian

Sydney, Australia 19/07/2025

Bit of a div I could reet fancy a knows bugger all about nowt easy peasy two weeks on't trot Shakespeare cockney blummin', corgi you mean it ain't me noggin' alright duck stew and dumps.

Front End

Berkant ASLANThe Only Choice for FrontEnd

HTML is used to load the content of web pages. CSS is mainly used to create layered styles on websites. It also allows for changes that cannot be made with HTML tags. JavaScript is used to manage the behavior of websites. JavaScript is used to send feedback to the user, make changes on the site based on user actions, and perform various other tasks. In this project, JavaScript, HTML, and CSS were used for the frontend. JQuery was used to make POST requests to APIs.

Vikins

Belgrade, Serbia 04/11/2025

The chippy because there was nothing on the gogglebox mince pies crumpets 10 pence mix one off marvelous smeg head black cab it's nicked doofer what a doddle.

Jwt

Berkant ASLANFirst Choice for User Authentication

When developing our web projects, user identification and authorization are very important. We use various methods to protect our application from unauthorized persons and to ensure that only authorized users have access. One of these solutions is using tokens. In this project, JWT was used to control access rights for system login.