Skip to content

Latest commit

 

History

History
98 lines (81 loc) · 2.91 KB

README.md

File metadata and controls

98 lines (81 loc) · 2.91 KB

Emojify

Table of Contents
  1. About
  2. Getting Started
  3. Usage
  4. Team
  5. License

About

This project uses machine learning to suggest emojis to text!

Getting started


Prerequisites

  • python 3.10

Installation

python -m venv venv
source venv/bin/activate  # Windows: venv/Scripts/activate
pip install .

The virtual environment (venv) needs to be activated each time you work with the project.

Plugins for development

This project uses the following tools for development which might require extensions in your editor.

  • flake8
  • black
  • mypy

Running server


pip install . 
uvicorn emojify.server.serve:app --reload # Runs the emojify/main.py file

Data

Data in the data folder taken from Kaggle

Team


Right to left: @example @example @example @example

Leader(s):

Team members:

License


Distributed under the MIT License. See LICENSE for more information.

Credits


Template by @JonRodtang for @CogitoNTNU

(back to top)