Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinywlui/langclass


https://github.com/kevinywlui/langclass

Last synced: 29 days ago
JSON representation

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.