From 52c9abae3d7094af8ba7b466b51f2b7a03d62656 Mon Sep 17 00:00:00 2001 From: Bhargav Dave <58621145+Bhargav-Dave@users.noreply.github.com> Date: Wed, 6 Jul 2022 13:53:54 +0530 Subject: [PATCH] chore(ogbv-ml-rest): Rename FastAPI - OGBV to ogbv-ml-rest. closes #135 --- {FastAPI - OGBV => ogbv-ml-rest}/.dockerignore | 0 {FastAPI - OGBV => ogbv-ml-rest}/.gitignore | 0 {FastAPI - OGBV => ogbv-ml-rest}/Dockerfile | 0 {FastAPI - OGBV => ogbv-ml-rest}/README.md | 0 {FastAPI - OGBV => ogbv-ml-rest}/bin/download_model | 0 {FastAPI - OGBV => ogbv-ml-rest}/bin/start_server | 0 {FastAPI - OGBV => ogbv-ml-rest}/bin/test_request | 0 {FastAPI - OGBV => ogbv-ml-rest}/config.json | 0 {FastAPI - OGBV => ogbv-ml-rest}/requirements.txt | 0 {FastAPI - OGBV => ogbv-ml-rest}/sentiment_analyzer/api.py | 0 .../sentiment_analyzer/classifier/model.py | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {FastAPI - OGBV => ogbv-ml-rest}/.dockerignore (100%) rename {FastAPI - OGBV => ogbv-ml-rest}/.gitignore (100%) rename {FastAPI - OGBV => ogbv-ml-rest}/Dockerfile (100%) rename {FastAPI - OGBV => ogbv-ml-rest}/README.md (100%) rename {FastAPI - OGBV => ogbv-ml-rest}/bin/download_model (100%) rename {FastAPI - OGBV => ogbv-ml-rest}/bin/start_server (100%) rename {FastAPI - OGBV => ogbv-ml-rest}/bin/test_request (100%) rename {FastAPI - OGBV => ogbv-ml-rest}/config.json (100%) rename {FastAPI - OGBV => ogbv-ml-rest}/requirements.txt (100%) rename {FastAPI - OGBV => ogbv-ml-rest}/sentiment_analyzer/api.py (100%) rename {FastAPI - OGBV => ogbv-ml-rest}/sentiment_analyzer/classifier/model.py (100%) diff --git a/FastAPI - OGBV/.dockerignore b/ogbv-ml-rest/.dockerignore similarity index 100% rename from FastAPI - OGBV/.dockerignore rename to ogbv-ml-rest/.dockerignore diff --git a/FastAPI - OGBV/.gitignore b/ogbv-ml-rest/.gitignore similarity index 100% rename from FastAPI - OGBV/.gitignore rename to ogbv-ml-rest/.gitignore diff --git a/FastAPI - OGBV/Dockerfile b/ogbv-ml-rest/Dockerfile similarity index 100% rename from FastAPI - OGBV/Dockerfile rename to ogbv-ml-rest/Dockerfile diff --git a/FastAPI - OGBV/README.md b/ogbv-ml-rest/README.md similarity index 100% rename from FastAPI - OGBV/README.md rename to ogbv-ml-rest/README.md diff --git a/FastAPI - OGBV/bin/download_model b/ogbv-ml-rest/bin/download_model similarity index 100% rename from FastAPI - OGBV/bin/download_model rename to ogbv-ml-rest/bin/download_model diff --git a/FastAPI - OGBV/bin/start_server b/ogbv-ml-rest/bin/start_server similarity index 100% rename from FastAPI - OGBV/bin/start_server rename to ogbv-ml-rest/bin/start_server diff --git a/FastAPI - OGBV/bin/test_request b/ogbv-ml-rest/bin/test_request similarity index 100% rename from FastAPI - OGBV/bin/test_request rename to ogbv-ml-rest/bin/test_request diff --git a/FastAPI - OGBV/config.json b/ogbv-ml-rest/config.json similarity index 100% rename from FastAPI - OGBV/config.json rename to ogbv-ml-rest/config.json diff --git a/FastAPI - OGBV/requirements.txt b/ogbv-ml-rest/requirements.txt similarity index 100% rename from FastAPI - OGBV/requirements.txt rename to ogbv-ml-rest/requirements.txt diff --git a/FastAPI - OGBV/sentiment_analyzer/api.py b/ogbv-ml-rest/sentiment_analyzer/api.py similarity index 100% rename from FastAPI - OGBV/sentiment_analyzer/api.py rename to ogbv-ml-rest/sentiment_analyzer/api.py diff --git a/FastAPI - OGBV/sentiment_analyzer/classifier/model.py b/ogbv-ml-rest/sentiment_analyzer/classifier/model.py similarity index 100% rename from FastAPI - OGBV/sentiment_analyzer/classifier/model.py rename to ogbv-ml-rest/sentiment_analyzer/classifier/model.py