Skip to content

devapraveenk/Adrig_AI_Hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Adrig_AI_Hackathon

Sentiment analysis Using Machine Learning

Prerequisites

Before we begin, make sure you have the following installed on your system:

  • Python (preferably Python 3.x)
  • Pip (Python package manager)

Step 1: Cloning Repository

  1. Open your terminal or command prompt .
  2. Move to the desired directory using cd your_path
  3. Clone the repository by typing the below code in the terminal:
     git clone https://github.com/devapraveenk/Adrig_AI_Hackathon.git
    
  4. Open this repo on a code editor (eg: VScode) and follow the below steps

Step 2: Creating Virtual environment

For Mac OS

  1. Create the virtual environment (venv) by typing the following command on the terminal

     python3 -m venv venv_name
    
  2. Activate the virtual environment by source venv_name/bin/activate

For Windows

  1. Create the virtual environment (venv) by typing the following command on the terminal

     python3 -m venv venv_name
    
  2. Activate the virtual environment by venv_name\Scripts\activate

Step 3: Installing dependencies

  1. Install all dependencies by typing the following command on your terminal

     pip install -r requirements.txt
    

Step 4: Running the Streamlit Application

  1. Open your terminal or command prompt.

  2. Run the following command to start the Streamlit application:

    streamlit run HomePage.py
    
  3. Visit http://localhost:8501 in your web browser to view your Streamlit application.

  4. That's it! You've successfully set up environment files.

  5. Explore the Webpage

Sample Demo Video

Untitled.design.mp4

About

Sentiment analysis Using Machine Learning

Resources

Stars

Watchers

Forks