Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Setup Instructions

Follow these steps to set up and run the project on your local machine.

1. Clone the Repository

git clone <your-repository-url>
cd <your-repository-folder>

2. Create a Virtual Environment

You can create a virtual environment using Python's built-in venv module.

If python3 is your default Python version:

python3 -m venv .venv  # Creates a virtual environment in a folder named .venv

If python3 is NOT your default Python version:

python -m venv .venv

3. Activate the Virtual Environment

Run the following command based on your operating system:

On macOS/Linux:

source .venv/bin/activate

On Windows (Command Prompt):

.venv\Scripts\activate

On Windows (PowerShell):

.venv\Scripts\Activate.ps1

4. Deactivate Conda Environment (If Needed)

If you are using Conda and need to deactivate it before proceeding, run:

conda deactivate

5. Install Dependencies

With the virtual environment activated, install the required dependencies:

pip install -r requirements.txt

6. Run the Application

To start the Streamlit app, run:

streamlit run app.py

App Link

Deploying a Streamlit App

  1. Go to Streamlit Community Cloud.

  2. Sign in with GitHub.

  3. Click "New App" → Select your repository.

  4. Set: Branch: main App file: app.py

  5. Click Deploy.

About

A Streamlit app to analyse resumes based on custom instruction

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages