Coder Social home page Coder Social logo

avishakeadhikary / ai-job-assistant-chatapp Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 366 KB

AI Job Assistant Chat App: A Flask-based chat application utilizing OpenAI's Assistants API to create custom GPT-4-powered assistants, designed to aid both job seekers and recruiters in a conversational interface.

License: MIT License

Python 48.15% JavaScript 37.27% HTML 14.58%
custom-gpt flask generative-ai gpt gpt-4 machine-learning openai-api openai-assistants python

ai-job-assistant-chatapp's Introduction

AI Job Assistant Chat App

Welcome to the world's first Flask application based on OpenAI's new Assistants API! This project allows you to create your own fully custom GPTs with specific functions tailored to assist both job seekers and job recruiters.

AI.Job.Assistant.mp4

Getting Started

image

Follow the steps below to set up and run the project on your local machine:

  1. Clone the repository:

    git clone https://github.com/AvishakeAdhikary/AI-Job-Assistant-ChatApp.git
    cd AI-Job-Assistant-ChatApp
  2. Create a virtual environment (optional but recommended):

    python -m venv venv
  3. Install dependencies:

    pip install --upgrade --force-reinstall -r requirements.txt
  4. Obtain OpenAI API Key:

    • Open openaiapikey.py in the project root directory.
    • Inside openaiapikey.py, add your OpenAI API key:
      OPENAI_API_KEY = "YOUR OPEN AI KEY HERE"
  5. Run the Flask application:

    flask run
  6. Open your browser and go to http://127.0.0.1:5000/ to interact with the AI Job Assistant.

Project Structure

  • app.py: Main Flask application file.
  • openaiapikey.py: File to store your OpenAI API key.
  • templates/index.html: HTML template for the chat interface.
  • static/scripts/scripts.js: JavaScript file for handling user interactions.

Features

  • Custom GPT-4-based assistant designed for job-related queries.
  • Seamless interaction through a simple chat interface.
  • Integration with OpenAI's new Assistants API for creating fully custom models.

Usage

  1. Enter your message in the chat input.
  2. Press Enter to send the message to the AI Job Assistant.
  3. Receive responses and engage in a conversation with the assistant.

Note

This project relies on OpenAI's Assistants API, and you need a valid OpenAI API key to use it. Make sure to keep your API key secure and never share it publicly.

Feel free to explore and modify the assistant's functionality to suit your needs!

Enjoy chatting with your AI Job Assistant!

ai-job-assistant-chatapp's People

Contributors

avishakeadhikary avatar

Stargazers

Ramin Fazli 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.