An AI-powered application for optimizing workforce scheduling and management using advanced analytics and machine learning.
- 📊 Real-time demand prediction
- 🎯 Smart scheduling optimization
- 📈 3D visualization of workforce trends
- 📱 Interactive dashboard
- 📉 Historical data analysis
- 🤖 AI-driven insights
- Frontend: Streamlit
- Backend: FastAPI
- AI/ML: DeepSeek AI API
- Data Visualization: Plotly
- Database: SQLite
- Notifications: Twilio
- Clone the repository:
git clone https://github.com/YOUR_USERNAME/ai-workforce-optimizer.git
cd ai-workforce-optimizer- Install dependencies:
pip install -r requirements.txt- Run the application:
# Start the backend server
uvicorn backend:app --reload
# In a new terminal, start the frontend
streamlit run frontend.py- Select a date for prediction
- Choose department
- View optimized schedule and insights
- Download reports as needed
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.