Skip to content

InternationalSchoolAberdeen/deeptext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

64 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎯 Project Site

🧠 What is DeepText?

DeepText is an artificial intelligence (AI) algorithm that interprets english language and english grammatical structures and creates outputs based on parameters such as length and topic.

The goal of the project is to create an AI that can create poems and stories based on webpages and articles that we specify. The idea is that we can pass the AI information and articles about climate change and have it write stories and poems based on that specific topic.

If you are interested in the project, check out Project link above, or the Overview Video link to learn more. For more reading about the software that was used to create this project, see here or to learn more about natural language processing, see here

🐍 The Code

  • one_step_training.py - Outputs a Keras model that is used for prediction by predicting.py
  • predicting-working.py - Loads data and model output and predicts output text based on input data, the input model starting sentences
  • predicting.py - The new WIP prediction script that currently needs to be refactored

πŸ“… RoadMap

The RoadMap and task list etc, can be view on the projects notion page here