Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sidhyaashu/end-to-end-nlp-implementation
- Owner: sidhyaashu
- Created: 2024-08-27T04:29:23.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-27T15:25:41.000Z (5 months ago)
- Last Synced: 2024-12-11T09:06:50.642Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 2.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```