Skip to content

Commit

Permalink
Add app architecture description
Browse files Browse the repository at this point in the history
  • Loading branch information
talgatomarov committed Aug 7, 2020
1 parent 7beb98f commit 83b3309
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ You can visit the application at https://motiongenerator.web.app/
Used natural language model
------------
<a href="https://transformer.huggingface.co/model/distil-gpt2">DistilGPT-2</a> - distilled version of GPT2 model made by <a href="https://huggingface.co/">huggingface</a>. It weighs 37% less, and is twice as fast as its OpenAI counterpart, while keeping the same generative power

Application architecture
------------
This repo consists of three separate parts: **frontend**, **backend**, and **model**
(TODO: app architecture figure)

0 comments on commit 83b3309

Please sign in to comment.