Skip to content

Une application simple utilisant l'API Agify pour prédire l'âge en fonction du prénom. Interface conviviale créée avec PyQt5 et requêtes API avec le module requests.

License

Notifications You must be signed in to change notification settings

Klaynight-dev/name_api_requests_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Name Age Prediction App

This simple application uses the Agify API to predict the probable age of a person based on their name. The user interface is created with PyQt5 using the requests module to make requests to the Agify API.

Features

  • User-Friendly Interface: A simple interface with a text field to enter a name, a button to get the age prediction, and a space to display the result.

  • Age Prediction: Uses the Agify API to estimate age based on the entered name.

Screenshot

Application Screenshot

How to Use

  1. Clone the repository:

    git clone https://github.com/klaynight-dev/name_api_requests_app.git
    cd name_api_requests_app
  2. Install dependencies:

    pip install PyQt5 requests
  3. Run the application:

    python main.py
  4. Enter a name in the text field and click the "Get Age" button to see the age prediction.

Customization

  • You can customize the style of the user interface by modifying the style sheets in the code.

Author

Notes

  • Make sure to have the necessary libraries installed using pip install PyQt5 requests before running the application.

About

Une application simple utilisant l'API Agify pour prédire l'âge en fonction du prénom. Interface conviviale créée avec PyQt5 et requêtes API avec le module requests.

Topics

Resources

License

Stars

Watchers

Forks

Languages