Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinywlui/langclass
https://github.com/kevinywlui/langclass
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevinywlui/langclass
- Owner: kevinywlui
- License: mit
- Created: 2019-10-19T21:11:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T02:09:23.000Z (almost 4 years ago)
- Last Synced: 2023-05-06T16:41:03.998Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage: http://langclass.kevinlui.org/
- Size: 4.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# langclass
**langclass** is a model for predicting a programming language from its source
code.---
## Live version
A live version is deployed here:
---
## Model details
See
---
## Usage
Everything should be accessible via `make` commands. The main ones are
- `make data`: Retrieves external data and save relevant parts as a `csv` file.
- `make train`: Trains the model.
- `make web-develop`: Starts a webserver running on port 5000.
- `make web-deploy`: Starts a webserver running on port 80.