Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 935 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 935 Bytes

AI Ghostwriter (WIP)

AI Ghostwriter is an app that uses RNN to generate texts in various languages. It contains a react web app to allow users to interact with the model and a flask api to interface the model with react.

CASHI REU

image

This project is part of the CASHI Virtual REU 2020 Summer program. I worked with a mentor and a team of other students to research various machine learning sub-fields and developed this app to compliment my research.

Installation:

  1. Clone the repo
  2. Navigation to ~/client/, this is the react client directory
  3. Install all dependencies with npm install
  4. Navigation to ~/api/, this is the flask api directory
  5. Install all dependencies with ?
  6. Start the client via npm start
  7. Start the api via python api.py

Todo:

  • Flask API
    • Add more info regarding the installation process