Skip to content

nerimanazens/EdumatchAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scholarship Finder

A web application that helps users discover international scholarships based on country and requirements. The project combines a simple web interface with a machine learning model to recommend scholarships.

Features

  • Search scholarships by country
  • Display scholarship requirements and rankings
  • Machine learning model for recommendations
  • Simple and responsive web interface

Technologies Used

  • Python
  • HTML
  • CSS
  • JavaScript
  • Machine Learning (Scikit-learn)
  • CSV datasets

Project Structure

app.py                 # Backend
train_model.py         # Model training script
scholarship_model.pkl  # Trained ML model

index.html
landingpage.html
faq.html               # Frontend pages

style.css
script.js              # UI logic

*_scholarships_*.csv   # Scholarship datasets

How to Run

  1. Clone the repository
  2. Install dependencies

pip install flask pandas scikit-learn

  1. Run the application

Dataset

The project uses scholarship datasets for multiple countries including:

  • USA
  • Canada
  • Australia
  • France
  • Sweden
  • Switzerland
  • China
  • New Zealand

Future Improvements

  • Add more scholarship datasets
  • Improve recommendation accuracy
  • Add user filtering system
  • Deploy the project online

Author

Neriman

About

Web application for discovering international scholarships using a machine learning recommendation model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors