Skip to content

NoNameNo1F/Chatbot-with-OpenAI-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Python-Chatbot-OpenAI

Chatbot build with OpenAI API using Flask

contributors last update forks stars open issues license


📔 Table of Contents

🌟 About the Project

📷 Screenshots

screenshot

👾 Tech Stack

Client
Server
Database
DevOps

🎯 Features

  • Adding OpenAI API Key
  • Chat Completion

🎨 Color Reference

Color Hex
Primary Color #E4D9F5 #E4D9F5
Secondary Color #0C001F #0C001F
Accent Color #ECF0F1 #ECF0F1
Text Color #0C001F #0C001F

🔑 Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY

ANOTHER_API_KEY

🧰 Getting Started

‼️ Prerequisites

This project uses Python/pip as package manager

 python -m pip install

🏃 Run Locally

Clone the project

  git clone https://github.com/NoNameNo1F/Chatbot-with-OpenAI-API.git

Go to the project directory

  cd my-project

Install requirements

  pip install -r requirements.txt

Start the Flask server

  python ./src/app.py

🚩 Deployment

To deploy this project run

  xxx

👀 Usage

Use OpenAI API Key to run it locally

input key

🧭 Roadmap

  • Input Valid OpenAI API Key to use
  • Chat Completion model only
  • Image generator
  • Speech to text
  • Fine-Tuning
  • Chat with PDF SoftwareEngineering File
  • Responsive UI
  • Chat with URL, docx, txt,..

👋 Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

📜 Code of Conduct

Please read the Code of Conduct

❔ FAQ

  • Question 1

    • Answer 1
  • Question 2

    • Answer 2

⚠️ License

Distributed under the no License. See LICENSE.txt for more information.

🤝 Contact

Vu Nguyen - @Linkedin - vunguyennamcao@gmail.com

Project Link: https://github.com/NoNameNo1F/Chatbot-with-OpenAI-API

💎 Acknowledgements

Use this section to mention useful resources and libraries that you have used in your projects.

About

Chatbot build with OpenAI API using Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published