Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sidhyaashu/end-to-end-nlp-implementation


https://github.com/sidhyaashu/end-to-end-nlp-implementation

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# End-to-end-NLP-Project-Implementation

## Project Workflows

- constants
- config_enity
- artifact_enity
- components
- pipeline
- app.py

## How to run?

```bash
conda create -n hate python=3.8 -y
```

```bash
conda activate hate
```

```bash
pip install -r requirements.txt
```

# Gcloud cli
https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe

```bash
gcloud init
```