Skip to content

OlatideJoseph/famr

Repository files navigation

\recommeder

This project is based on the idea proposed to us by our supervisor mr. adelanwa

Description*

It gives hope for the hopeless and provide other options for them, don't get me wrong, all I mean is that there are students who wished for admission to their dream school, but either fortunately or unfortunately they might not qualify to the course of their choice based on their performance on their pre-entrance examination, so our project is for the who does not know maybe they'll qualify for our institution, our application provide the ability to see what they are lacking in the data's they provide and it'll also be able to give them suggestions on courses that could accept to our institution.

Final ND2 Year Project Under Mr. Adelanwa(Lasustech/Lapostech)

Students Involved note: only the first one wrote the project

  1. Olatide Joseph Adeniyi

Prerequisities

To be able to run this program you'll have to the following installed

Installation

Run the following command to install the application

pip install -r requirements.txt
export FLASK_APP=app.py
export FLASK_DEBUG=0
flask create-default

To run the application You must be connected to the internet to download the necessary cdn for the user inter face.

flask run
...

The application should start running now.

Project Stack**

  1. Python/Flask
from flask import Flask
app = Flask(__name__)

if __name__ == "__main__":
	app.run()
  1. Javascript/Jquery
$(document).ready(function()
{
	console.log("Javascript Jquery")
});
  1. Html
<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Hello \recommender</title>
</head>
<body>
<h1>\recommender</h1>
</body>
</html>
  1. Css/Bootstrap
body{
	background-color: black;
}

About

A flask project based on recommending admission for new students

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published