Skip to content

dochavez/Gemini-AI-Chatbot-Nexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemini AI Chatbot Nexus Project.My Skills

Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge

This project was developed to demonstrate how Gemini AI can be used in the development of web applications and mobile applications.

For the web applications can be used by any default browser and for the mobile application, there is an APK available in the repository.

How to run the web application version on your computer

  1. Download the repository
  2. Open the main directory folder in which IDE of your choice (Visual Studio Code for example)
  3. From the terminal in Visual Studio Code execute the command
python main.py

  1. You will notice that two private IP numbers are displayed in the terminal. Click on any of them and a new window will open in your web browser.

  1. Enter your question or comment in the space provided. Click where it says "Ask to AI" and wait for the response from the Gemini model. As simple as that. For example, in our case we input the prompt text: When humans will live on Mars or Jupiter? and check the answer below that we got from the AI.

Installation of a Flutter Project Cloned from GitHub

  1. Clone the repository from GitHub: Open your terminal and navigate to the directory where you want to clone the repository. Then, execute the following command to clone the GitHub repository:
   git clone https://github.com/dochavez/Gemini-AI-Chatbot-Nexus.git
  1. Navigate within the project: Within the main folder, there are 2 folders, navigate to Flutter-project to locate yourself within the project.

  2. Get the project dependencies: Once inside the project directory, execute the following command to get the dependencies of the Flutter project:

   flutter pub get
  1. Open it in Visual Studio Code: In the terminal, execute the command:
    code .
  1. Run the application: In Visual Studio Code, you can use your device to run it or the emulator.

  2. Notes: You must have Flutter SDK installed, refer to the official documentation: https://flutter.dev/docs/get-started/install

General Diagram of Our Project

Structure of Web Application and Movil Application

What you can do with our project?

About

This repository was created to create a project that uses Google's Gemini AI 1.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors