EZ_Learn

A Platform to help Dyslexic people and Improvished people learn better.
This is the winning project of the 24 hours Imperial College Coding Hackathon 2023.

Team:

  1. Tofarati Farinu
  2. Alwdo
  3. Tomi Tokko

The techstack used are Python(Django), HTML, CSS & Javascript.

To run this locally, run these commands:

git clone https://github.com/tomitokko/EZ_Learn
cd EZ_Learn

Navigate to views.py (learn/views.py) file. On line 87 and 102, replace `RAPID-API-KEY` with your RapidAPI API key. On line 230, replace `DEEPL-API` with your DeepL API Key.

Navigate to settings.py (ez_learn/settings.py) file. On line 137, replace `OPENAI-API` with your OpenAI API key.

Create a virtual environment to install all the python packages used in the project.

After creating the virtual environment, activate the virtual environment and install the packages for the project from the requirements.txt file using the command
python3 pip install -r requirements.txt

Now run this command below and open http://127.0.0.1:8000/ in your browser to view this project

python3 manage.py runserver



Here is a quick image display for the whole application image


image
image
image
image
image
image
image
image
image
image
image