Skip to content

rodoshi16/Genesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title: SafetyBud

Prototype

Figma prototype

Table of Contents

Overview

Our project is a safety training app. The user selects one category, and the app will generate relative questions tailored for engineering professionals to test and give final answers and instructions. It provides them with a comprehensive platform to undergo safety training with no associated costs.

Diagram

Arquitecture Diagram

Gemini

GenAI algorithms can analyze students' strengths, weaknesses, and learning styles to tailor educational content and training programs specifically to individual needs. This ensures that each student receives personalized instruction that maximizes their learning potential. GenAI Genesis Hackathon

Usage

This application can be run using Docker Compose.

To get started, follow these steps:

  1. Clone the repository:

    git clone https://github.com/rodoshi16/Genesis.git
  2. Navigate to the cloned directory:

    cd Genesis
  3. Run Docker Compose to build and start the application:

    docker-compose up --build

After that, navigate to http://localhost:4200 to see it in action.

Running Each Service Individually

Alternatively, if you prefer not to use Docker, you can run each service individually. Here are the steps:

  1. Clone the repository:

    git clone https://github.com/rodoshi16/Genesis.git
  2. Navigate to the cloned directory:

    cd Genesis
  3. Start each service individually. For example:

    • For the frontend service:
      cd client
      npm install -g @angular/cli
      npm install
      npm run start
    • For the backend service:
      cd backend
      python -m pip install -r requirements.txt
      uvicorn main:app --reload

After starting the services, you can access the application at http://localhost:4200 for the frontend and the respective backend endpoint.

Credits

Special thanks to the following GitHub users for their contributions to this project:

We appreciate the time and effort invested by these contributors to make this project better.

About

First Hackathon Win at Genesis AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •