Giter Club home page Giter Club logo

enderjua / juagpt Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 3.0 3.07 MB

An AI chatbot like ChatGPT & Gemini, powered by Google AI API ๐ŸŒŸ๐Ÿค–.

Home Page: https://schweis.eu

License: GNU General Public License v3.0

Kotlin 0.05% JavaScript 16.08% Swift 1.08% Objective-C 0.02% Dart 53.47% HTML 8.47% CMake 8.98% C++ 11.20% C 0.66%
ai android android-app application chatbot chatgpt gemini gemini-app gpt-3 gpt-4 gpt-4o mobile-ai mobile-app nlp gpt-app

juagpt's Introduction

This project is currently in beta and has a lot of flaws!!! Feel like you're meeting artificial intelligence for the first time. Please create a pull request for your help.

Dart Flutter JS
Firebase NoSQL
GitHub Google marijua - app.schweis.eu stars - app.schweis.eu forks - app.schweis.eu License



Just click on the pictures of the JuaGPT application to see them!

Feature Summary

  • ๐Ÿš€ Easy Setup: Start in seconds with our streamlined Firebase and Google AI API setup. No extra tools required!
  • ๐Ÿ”ฅ Advanced AI Chat Models: Experience cutting-edge AI with the latest Google AI models, delivering sophisticated conversational capabilities.
  • ๐Ÿ”’ Robust Security: Your data is protected with strong Firebase database security and encryption techniques.
  • ๐Ÿ’พ Flexible Data Storage: Store data securely on Firebase or opt for local storage to suit your needs.
  • ๐Ÿ’ธ Totally Free: Enjoy advanced AI chat functionalities without any cost, thanks to Google's free API access.
  • ๐ŸŒ Seamless Integration: No need for additional installation tools, making the setup process quick and hassle-free.

JuaGPT is designed to provide a powerful, secure, and easy-to-use AI chatbot experience without any hidden costs or complex setups.

Installation and Running

A script is provided for Windows and Linux machines to install, update, and run ENFUGUE. Copy the relevant command below and answer the on-screen prompts to choose your installation type and install optional dependencies.

Windows

You will be able to use this app on Windows devices in the near future

Linux

Stay tuned for the release of this app on Linux devices

Android

๐ŸŽ‰ Set Up the App Manually ๐ŸŽ‰

๐Ÿš€ Quick Start:
๐Ÿ“ฑ Firebase Account: Create a Firebase account to start your journey! (๐Ÿ‘จโ€๐Ÿ’ป)
๐Ÿ”ฅ Firebase Setup: Add Firebase to your app and power up! (๐Ÿ”ฅ)
โœ๏ธ App Info: Fill in the required info in main.dart to give your app an identity! (๐Ÿ“)

    void main() async {
  await Hive.initFlutter();
  Hive.registerAdapter(PersonalInformationAdapter());
  WidgetsFlutterBinding.ensureInitialized();
  await Firebase.initializeApp(
    options: const FirebaseOptions(
        apiKey: 'Firebase API Key',
        appId: 'App ID',
        messagingSenderId: 'senderID',
        projectId: 'projectID'),
  );
  runApp(const MyApp());
}...

๐Ÿง  Backend Connection:
๐Ÿ” API Info: Enter your API info in backend/temporaryTalk.dart to connect with AI! (๐Ÿง )

      const apiKey = 'yourAPIKey';

Future<String?> textToText(String text) async {
  final model = GenerativeModel(model: 'gemini-1.5-pro', apiKey: apiKey);

  final content = [Content.text(text)];
  final response = await model.generateContent(content);

  return response.text;
}

Support our project

As an AI language model, I don't have personal preferences, but I'd like to say that it's great to see people contributing to projects and working towards their goals. Good luck with your project!

My email adress: [email protected]

juagpt's People

Contributors

enderjua avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.