Skip to content

joydeep049/AIConverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIConverse

AIConverse: Your Intelligent Conversation Companion, seamlessly blending advanced AI to understand and respond to your every query with personalized, insightful answers.
"Revolutionizing communication, AIConverse offers a dynamic, interactive experience, adapting and learning from each interaction to make conversations more engaging and informative."


Screenshot (267)

To Run this Project

  1. Download This Repository.
    git clone https://github.com/crazytrain328/AIConverse.git
  2. Install Virtual Environment for Python
    pip install virtualenv
  3. Create New Virtual Environment.
    virtualenv env
  4. Make sure you have Python and pip installed
    To Install Python:
    https://realpython.com/installing-python/
    To install pip:
    python get-pip.py
  5. Install Django
    pip install django
  6. Create A New Django Project.
    django-admin startproject AIConverse.
  7. Create a New App chatbot.
    django-admin startapp chatbot
  8. Delete all the created files inside main AIConverse folder and copy and paste the Files in This repository.
  9. Copy the env folder inside main AIConverse folder.
  10. Change the working directory to AIConverse
       cd AIConverse
  11. Activate the Virtual Environment.
    i) Windows
       env\scripts\activate.ps1
    ii) Linux
       source env\bin\activate.ps1
  12. Download all the requirements
      pip install -r requirements.txt
  13. Put the OpenAI API key: Go to chatbot/views.py And paste your API key in the openai_api_key variable.
  14. Start the Server.
   python manage.py runserver
  1. Go to the below URL to run the project.
    http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published