Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.69 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.69 KB

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