CogniPath

project-image

Project Screenshots:

The home page:

![home](https://github.com/Azizomezine/CogniPath-A2SV/assets/80206931/43d5bd9a-9efc-481a-8ac8-e86b44f47393)

🧐 Features

Here're some of the project's best features:

  • Personalized Chatbot
  • Essay Correction
  • Emotion Recognition
  • Text Simplification
  • Health Quiz

🛠️ Installation Steps:

1. Create a Virtual Environment

python -m venv .venv

2. Activate the Virtual Environment

.venv\Scripts\activate

3. Install Dependencies

pip install -r requirements.txt

4. Run the Application

flask run --host=0.0.0.0 --port=5015

💻 Built with

Technologies used in the project:

  • Flask
  • Jinja2
  • OpenAI API (GPT-3.5 Turbo)
  • Microsoft Trocr (Optical Character Recognition)
  • OpenCV-Python