Skip to content

pwgit-create/APPWISH_OLLAMA

Repository files navigation

Turn Your App Ideas into Reality!

Introducing AppWish, a groundbreaking platform that empowers you to transform your app concepts into fully functional applications. With App Wish, you can unleash your creativity without worrying about the complexities of coding.


Logo

AppWish Quick Start Guide(Release binary)

Unzip the file from the latest release and follow the information provided in the latest release notes 😃.

Apps made with AppWish Ollama

Stenography app
Ping Pong Game
and more..

Project information

Instructional videos for installation and usage

APPWISH OLLAMA

AppWish OLLAMA Repository uses a local LLM running with OLLAMA. For more info on how to set up OLLAMA see: https://ollama.com

App Wish Generation Tips

  1. If you desire a window app, add “with gui” to your text.
    Example: cool animation with gui
  2. If you desire user input to your app, add “and the left and right arrow keys on my keyboard are used to control the player figure”.
    Example: ping pong game with gui “and the left and right arrow keys on my keyboard are used to control the player figure”

Download links

Getting OpenJDK 19 installed on Ubuntu

        sudo apt update && sudo apt install openjdk-19-jdk            

Changing the Java version on Ubuntu

        sudo update-alternatives --config java   

Discover the Path to Your Generated App Folder!

The apps generated by App Wish are now conveniently saved in a designated folder. You can find them at the following location:

AppWish/AppWish/src/main/resources/java_source_code_classes_tmp

What is the process for altering the AI model for AppWish?

You can change the AI Model here !

(If you don't want to use the CodeStral:22b model for x64 Linux or the LLama3 model for arm)

System Requirements

  1. Linux
  2. Java 19 (Included in the latest release's install script)
  3. OLLAMA (Included in the latest release's install script)

AppWish Quick Start Guide(Dev):

Frameworks and tools

  • Make
  • Maven

1. In your terminal , use the following command to start the application:

make run

2. Once the application is running, you'll find a text box provided.

Write down the desired features and specifications for your application in the text box. Generate your application:

3. After defining your application features, click on the "Create" button.

With these steps, you'll be on your way to generating your desired application using AppWish. Get ready to witness the magic of turning your ideas into reality!

If you have any further questions or need assistance, feel free to ask. Happy app building with AppWish!

🐧