Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshcasper/ling
⚤👨👸 Ling is a Machine Learning Application using Flask Micro Web Framework and Naive Bayes Classifier which can predict the Gender of a person by just using the name of the person.
https://github.com/harshcasper/ling
flask gender gender-classification machine-learning naive-bayes-classifier web-application
Last synced: 3 days ago
JSON representation
⚤👨👸 Ling is a Machine Learning Application using Flask Micro Web Framework and Naive Bayes Classifier which can predict the Gender of a person by just using the name of the person.
- Host: GitHub
- URL: https://github.com/harshcasper/ling
- Owner: HarshCasper
- License: mit
- Created: 2019-12-19T14:04:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T15:30:19.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T05:41:40.643Z (about 2 months ago)
- Topics: flask, gender, gender-classification, machine-learning, naive-bayes-classifier, web-application
- Language: HTML
- Homepage:
- Size: 1.04 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ling
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-science.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/uses-html.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/uses-css.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/winter-is-coming.svg)](https://forthebadge.com)## Introduction
⚤👨👸 Ling is a Machine Learning Application using Flask Micro Web Framework and Naive Bayes Classifier which can predict the Gender of a person by just using the name of the person. Ling Application uses Machine Learning and Statistical Tools to build a model which can predict your Gender. The Application uses Naive Bayes Classifier and Scikit-Learn to develop the Model and the model is persisted using Pickle. A Flask Micro-Framework is used to create an Application Programming Interface (API) which accepts local HTTP Requests and deploy our Application.
## Technology Stack
- Flask Micro Web-Framework: Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks. Flask offers suggestions, but doesn't enforce any dependencies or project layout. It is up to the developer to choose the tools and libraries they want to use. There are many extensions provided by the community that make adding new functionality easy. [Reference](https://github.com/pallets/flask).
- HTML and CSS: HTML is the standard markup language for Web pages. CSS stands for Cascading Style Sheets. It can control the layout of multiple web pages all at once.
- Naive Bayes Classifier: Naive Bayes is a probabilistic machine learning algorithm based on the Bayes Theorem, used in a wide variety of classification tasks.
## Application Programming Interface
The API for Ling has been developed on Swagger UI and can be viewed [here](https://github.com/HarshCasper/Ling-API).
## LICENSE
This project is licensed under the MIT License - see the [LICENSE](https://github.com/HarshCasper/Ling/blob/master/LICENSE) file for details.