Table of Contents
This project uses machine learning to suggest emojis to text!
- python 3.10
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.
This project uses the following tools for development which might require extensions in your editor.
- flake8
- black
- mypy
pip install .
uvicorn emojify.server.serve:app --reload # Runs the emojify/main.py file
Data in the data folder taken from Kaggle
Right to left: @example @example @example @example
- Amalie Johansen Vik
- Examplette examplesen
- Examplar examples
- Mari Horpestad
- Fredrik Hellevang
- Sondre Tveiten
Distributed under the MIT License. See LICENSE
for more information.
Template by @JonRodtang for @CogitoNTNU