Skip to content

The emojify project for Cogito NTNU 2023 to suggest emojis to input text.

License

Notifications You must be signed in to change notification settings

CogitoNTNU/emojify

Repository files navigation

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)

About

The emojify project for Cogito NTNU 2023 to suggest emojis to input text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published