Skip to content

As a part of my Machine Learning Data Analyst journey I have been a part of developing a ML based Task Management System.

Notifications You must be signed in to change notification settings

Balasurya-Ch/Task-Management-System-ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project-1-26-6-25-

How to Run This Project

1. Unzip and Set Up

  • Unzip the repository and open a terminal in the project folder.

2. (Recommended) Create a Virtual Environment

python3 -m venv venv
source venv/bin/activate

3. Upgrade pip, setuptools, and wheel

pip install --upgrade pip setuptools wheel

4. Install Dependencies

pip install -r requirements.txt

5. Download the spaCy English Model

python -m spacy download en_core_web_sm

6. Run the Flask Web App

python app.py

7. (Optional) Use the Notebook

  • Open final.ipynb in VS Code or Jupyter Lab for interactive exploration and ML experiments.

If you have any issues, make sure your Python version is 3.12 or higher and all dependencies are installed in your virtual environment.

About

As a part of my Machine Learning Data Analyst journey I have been a part of developing a ML based Task Management System.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published