GithubHelp home page GithubHelp logo

avinashprj / nlp-guide Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prathikshetty2002/nlp-guide

0.0 0.0 0.0 42 KB

NLP basics and applied ML

Home Page: https://prathikshetty2002-nlp-guide-for-beginners-app-0yhv3l.streamlit.app

Python 100.00%

nlp-guide's Introduction

NLP-Guide

NLP basics and applied ML

Welcome to the NLP session , Today you will be building a hands-on streamlit web app for twitter sentiment analysis and what's so special about it? It's realt-time not static no dataset, we will scrape the data from twitter and show realtime sentimental analysis. Let's get right into it.

๐Ÿ”ผFollow this for hands-on

Build a twitter sentiment analysis tool

Create a github repo & clone it locally use gitbash

  git clone https://link-to-project

Go to the project directory

  cd my-project

open this folder in vscode & open a new terminal(powershell)

  code .

create a virtual environment for your project. Pls make sure you have installed virtualenv

pip install virtualenv

virtualenv env_name

env_name\Scripts\activate
  

Download and upload the requirements.txt file from this repo to your folder. Now install the dependencies

  wget -O requirements.txt https://raw.githubusercontent.com/prathikshetty2002/NLP-Guide/main/requirements.txt

  pip install -r requirements.txt

Create an app.py file in vscode and do the below steps

import streamlit as st

st.title('Hello world!')
  

Now save the file and run it in terminal

streamlit run app.py

Additionally you can also run this stremlit template

streamlit Hello

You will see something like this interface on your localhost!

HEcR7SV.md.png

๐ŸŽ‰๐Ÿ‘จโ€๐Ÿ’ป You built your first streamlit app now let's actually start building it into something meaningful๐Ÿš€

You can read the streamlit docs to follow up with the hands-on it is a life-saverโœ…

Streamlit Docs

๐Ÿ”ผDemo of the app

Click here

๐Ÿ”ผCheckout the NLP Guide for 2023 - GUIDE.md for NLP 2023 Guide

Connect with me๐Ÿ’ซ

twitter linkedln github

nlp-guide's People

Contributors

prathikshetty2002 avatar avinashprj avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.