The YEES platform uses predictive and prescriptive analytics to address youth unemployment in Rwanda for ages 0-25. It offers personalized insights on high-risk profiles, educational paths, and skill-building resources/career path-ways to guide youth, educators, and policymakers in proactive employment improvement measures.
YEES
A web application aimed at addressing youth unemployment in Rwanda by providing personalized recommendations for education and skill development. This system analyzes a user’s background, interests, and skills to offer suggestions on career paths, educational programs, and certifications.
Built with **Streamlit** for ease of use and interactivity, the application includes features such as home, data-driven dashboard, Employment/Unemployment Analysis, prediction models, and a recommendation engine, all designed to guide users toward employment opportunities and career growth.
---
**Here is the link to a brief screen capture video of us using our platform:**
youtu.be
**Here is the link to the live site of our platform:**
youth-employment-empowermen…
---
## Table of Contents
- Contributing
- Features
- Project Structure
- Authors
- Usage
- Screenshots
- Technologies Used
- Future Improvements
- License
- Acknowledgments
---
## 🤝 Contributing
Contributions are welcome! Here are several ways you can contribute:
Click here to view the contributing Guidelines
1. **Fork the Repository**: Start by forking the project repository to your GitHub account.
2. **Clone Locally**: Clone the forked repository to your local machine using a Git client.
```sh
git clone
github.com
```
3. **Create a New Branch**: Always work on a new branch, giving it a descriptive name.
```sh
git checkout -b new-feature-x
```
4. **Make Your Changes**: Develop and test your changes locally.
5. **Commit Your Changes**: Commit with a clear message describing your updates.
```sh
git commit -m 'Implemented new feature x.'
```
6. **Push to GitHub**: Push the changes to your forked repository.
```sh
git push origin new-feature-x
```
7. **Submit a Pull Request**: Create a PR against the original project repository. Clearly describe the changes and their motivations.
On …