badrannn / task01

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task 1 - Calendar co-pilot

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

help an online service provider setup his calendar on an appointment taking system using AI.

(back to top)

Built With

This section lists major frameworks/libraries used.

  • [Fastapi]
  • [Mongodb]
  • [Google Gemini]

(back to top)

Getting Started

Installation

  1. Clone the repo

  2. Create a virtual envirnoment

    python<version> -m venv <virtual-environment-name>
  3. Install libraries

  pip install -r requirements.txt
  1. Start the server
    uvicorn main:app --reload 
  2. Visit this path to learn more about the endpoints.
     http://127.0.0.1:8000/docs#/

(back to top)

About


Languages

Language:Python 53.2%Language:HTML 46.8%