barunsaha commited on
Commit
0a90995
1 Parent(s): 6e4a820

Update project description

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -19,8 +19,9 @@ Describe your topic and let SlideDeck AI generate a PowerPoint slide deck for yo
19
  SlideDeck AI is powered by [Mistral 7B Instruct](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2).
20
  Originally, it was built using the Llama 2 API provided by Clarifai.
21
 
22
- Legacy SlideDeck AI allowed one-shot generation of a slide deck based on the inputs.
23
- In contrast, SlideDeck AI *Reloaded* enables a conversational interface to create, iterate, and improve your presentation.
 
24
 
25
 
26
  # Process
@@ -34,7 +35,8 @@ based on the JSON data from the previous step.
34
  A user can choose from a set of three pre-defined presentation templates.
35
  3. At this stage onward, a user can provide additional instructions to refine the content.
36
  For example, one can ask to add another slide or modify an existing slide.
37
- 4. Every time SlideDeck AI generates the PowerPoint presentation, a download button is provided.
 
38
  Clicking on the button will download the file.
39
 
40
 
@@ -45,6 +47,8 @@ You can try asking SlideDeck AI to regenerate the content and fix the JSON synta
45
  This, however, is not guaranteed to work. The alternative is to reload the website and try again.
46
  - **Connection timeout**: Requests sent to the Hugging Face Inference endpoint might time out.
47
  A maximum of five retries are attempted. If it still does not work, wait for a while and try again.
 
 
48
  - **Cannot paste text in the input box**: If the length of the copied text is greater than the maximum
49
  number of allowed characters in the textbox, pasting would not work.
50
 
@@ -64,4 +68,4 @@ for example, in a `.env` file. Visit the respective websites to obtain the keys.
64
 
65
  # Award
66
 
67
- SlideDeck AI has won the 3rd Place in the [Llama 2 Hackathon with Clarifai](https://lablab.ai/event/llama-2-hackathon-with-clarifai).
 
19
  SlideDeck AI is powered by [Mistral 7B Instruct](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2).
20
  Originally, it was built using the Llama 2 API provided by Clarifai.
21
 
22
+ *Update*: Legacy SlideDeck AI allowed one-shot generation of a slide deck based on the inputs.
23
+ In contrast, SlideDeck AI *Reloaded* enables an iterative workflow with a conversational interface,
24
+ where you can create and improve the presentation.
25
 
26
 
27
  # Process
 
35
  A user can choose from a set of three pre-defined presentation templates.
36
  3. At this stage onward, a user can provide additional instructions to refine the content.
37
  For example, one can ask to add another slide or modify an existing slide.
38
+ A history of instructions is maintained.
39
+ 4. Every time SlideDeck AI generates a PowerPoint presentation, a download button is provided.
40
  Clicking on the button will download the file.
41
 
42
 
 
47
  This, however, is not guaranteed to work. The alternative is to reload the website and try again.
48
  - **Connection timeout**: Requests sent to the Hugging Face Inference endpoint might time out.
49
  A maximum of five retries are attempted. If it still does not work, wait for a while and try again.
50
+
51
+ The following is not an issue but might appear as a strange behavior:
52
  - **Cannot paste text in the input box**: If the length of the copied text is greater than the maximum
53
  number of allowed characters in the textbox, pasting would not work.
54
 
 
68
 
69
  # Award
70
 
71
+ SlideDeck AI has won the 3rd Place in the [Llama 2 Hackathon with Clarifai](https://lablab.ai/event/llama-2-hackathon-with-clarifai) in 2023.